View Single Post

  #1 (permalink)  
Old 12-02-2005
Stefan Mueller
 
Posts: n/a
Default 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


Reply With Quote