> 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.

Martijn Tonies
Database Workbench - development tool for MySQL, and more!
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com

> 2006/10/23, Martijn Tonies <[EMAIL PROTECTED]>:
> >
> >
> >
> >
> > > When I insert a record into a table
> > > Does the insert return a value that where the record have been
inserted
> > > into?
> >
> > What do you mean by "where the record have been inserted into"?
> >
> > The physical position?


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

Reply via email to