MySQL Forums
Forum List  »  Other Migration

Re: MAX in sql, is there a problem accept Max in mysql
Posted by: Leo Gil
Date: August 12, 2004 09:21AM

Lei,

The proper way of getting the greatest ID number would be

$query_maxid = "SELECT MAX(ID) from tblhonorees";

Best regards

Leo


Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MAX in sql, is there a problem accept Max in mysql
2318
August 12, 2004 09:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.