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