sql 在一个表内通过多个ID查询记录

2025-03-07 04:14:57
推荐回答(1个)
回答1:

用in来写

比如:

select * from table where id in ('1','3','5');