select * from yok_GroupPurchaseItem where ItemID != 43 and ItemID != 44 and ItemID != 45
and ItemID != 46 and ItemID != 47
能不能把这条SQL语句给压缩一下,太长了,
批量删就能这样写 delete from table where id in(1,2,3)
...全文
13017打赏收藏
{在线等}看看这条SQL语句能不能在浓缩一下
select * from yok_GroupPurchaseItem where ItemID != 43 and ItemID != 44 and ItemID != 45 and ItemID != 46 and ItemID != 47 能不能把这条SQL语句给压缩一下,太长了, 批量删就能这样写 delete from table where id in(1,2,3)