Thread
:
How to delete the first entry of a table
View Single Post
#
1
(
permalink
)
12-02-2005
Stefan Mueller
Posts: n/a
How to delete the first entry of a table
I know that I can read the first row of a table with
$db_query = "SELECT * FROM mytable ORDER BY key_mycode ASC LIMIT 0, 1";
But how can I delete this entry (the whole row)?
Stefan
Stefan Mueller