黄小聪 wrote:
When I insert a record into a table
Does the insert return a value that where the record have been inserted
into?

No.

You need to "select last_insert_id()" or use a function in your programming language (eg php has php.net/mysql_insert_id).

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to