Martijn Tonies wrote:


No,I mean the position of the recorde in the table

In the SQL world, records don't have a "position" in a table.

When you request data, you will get a "resultset", not access to a table.

The resultset is derived from the actual table data.

He wants the last_insert_id which I've already told him how to get.

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

Reply via email to