I have this query in my code:
$result = mysql_query("SELECT id, comment FROM comments ORDER BY id DESC LIMIT 10");
But i want to forumulate a query where everything that is not true by the query deleting to save me from deleting it myself.
Any1 know how?#
Jonathan