delete from emp

where id in (1002,1003,1004);

注意直接写数字就行了,不用加双引号。

相关文章: