摘要: 例子:查询物料表(tbl_material)中存在,配件主数据表(tbl_part_base_info)中不存在的配件编号: select m.part_no from tbl_material m where not exists (select * from tbl_part_base_info 阅读全文
posted @ 2016-05-13 16:48 求学者s 阅读(952) 评论(0) 推荐(0) 编辑