please... for oid
Posted: Wed Feb 04, 2004 8:16 pm
guys we know that in order to get the newest record in the database using PostgreSQL is followed by this SQL command:
select max(oid) from <table_name>;
Guys in MySQL what is the SQL command equivalent to the above statement? Please!

select max(oid) from <table_name>;
Guys in MySQL what is the SQL command equivalent to the above statement? Please!