📜  sql select where id not exist in another table - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:12.699000             🧑  作者: Mango

代码示例1
where ID not in(select ID from T2 where HISTORY_FLG!=1)