Is there a way to delete the most recent entry in MySQL using PHP?

Posted by user300371 on Stack Overflow See other posts from Stack Overflow or by user300371
Published on 2010-03-26T15:33:47Z Indexed on 2010/03/26 15:53 UTC
Read the original article Hit count: 179

Filed under:

I want to delete the most recent entry in MySQL using PHP, is there a function that allows me to do that?

$query2 = "DELETE FROM test WHERE ___";

© Stack Overflow or respective owner

Related posts about mysql