Friday, August 12, 2011

MySQL: is there a way to find out which record ID you just saved using INSERT INTO?

The first column in the table is called "idNum". After calling a INSERT INTO command is there any way to return the field's id number? The idNum column is auto_increment.

No comments:

Post a Comment