SQL中如何查询出一个表中的所有的ID(仅ID 因为要用DELETE删除数据)

问题如上.
2024-11-30 10:53:15
推荐回答(2个)
回答1:

select id from 表名

回答2:

select id from table