PHP-Code:
$res =mysql_query("DELETE * FROM forum_post WHERE post_thread!='1' OR post_thread!='2' OR post_thread!='3' OR post_thread!='4'");
$res =mysql_query("DELETE * FROM forum_post WHERE post_thread!='1' OR post_thread!='2' OR post_thread!='3' OR post_thread!='4'");
$res =mysql_query("DELETE FROM forum_post WHERE post_thread NOT IN(1,2,3,4)");
$res =mysql_query("DELETE FROM forum_post WHERE post_thread NOT IN(1,2,3,4)");
Kommentar