Hi.
Within SQL, there is no such concept like "first in a table". By
specification the internal table order is undefined and completely
open to the actual implementation and may change anytime without
notice. You may not rely on it.
Order is determined on retrieval (SELECT) with the ORDER BY clause.
If you want to preserve the original insertion order, you should have
an auto_increment column which keeps an appropriate id.
Bye,
Benjamin.
On Wed, Jul 04, 2001 at 12:17:50AM -0300, [EMAIL PROTECTED] wrote:
> How can i do to delete the first row, tuple, register of a table?
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php