假设表table1,列a,表table2,列bselect a from table1where a not in(select b from table2)
posted on 2016-04-26 11:33 缠禅 阅读(7516) 评论(0) 收藏 举报