关键字“in”查询字段的范围

SELECT u.id FROM user u WHERE u.ID not in (SELECT projectid FROM BASE_LOCATION where projectid is not null)
原文地址:https://www.cnblogs.com/wanlige/p/13474241.html