select * from salesorder where id not in(select子查询)这句话哪里不对

2025-05-15 07:24:13
推荐回答(1个)
回答(1):

select * from salesorder where id not in(select id from 表 )
子查询中只能有一个列。