delete from t where id in(select * from ((select idfrom twhere id <5) tmp); 主句(select * from (从句 temp)
sql的 where in 删除 要更改为 //
in(
select * from ((select idfrom twhere id <5) tmp
)
本文共 231 字,大约阅读时间需要 1 分钟。
delete from t where id in(select * from ((select idfrom twhere id <5) tmp); 主句(select * from (从句 temp)
sql的 where in 删除 要更改为 //
in(
select * from ((select idfrom twhere id <5) tmp
)
转载于:https://www.cnblogs.com/enych/p/9454251.html