mysql delete where not in

mysql中  Java代碼   delete from sns_hits where id not in (1,2,3)   是沒有問題的  Java代碼   delete from sns_hits where id not in (select id from another_table)   也是麼有問題的  可是   Java代碼   delete from sns_hits where
相關文章
相關標籤/搜索