- select distinct table_yxty_20121108.姓名 姓名 from table_yxty_20121108,a01
- where
- table_yxty_20121108.姓名 not in(
- select a01.a0101 from a01
- join table_yxty_20121108 on
- table_yxty_20121108.姓名=a01.A0101
- )
- and
- table_yxty_20121108.部门名称 like 'XX公司%'
迦叶的微笑 博主文章分类:SQL SERVER ©著作权
文章标签 sql server 找差异 文章分类 数据库
- select distinct table_yxty_20121108.姓名 姓名 from table_yxty_20121108,a01
- where
- table_yxty_20121108.姓名 not in(
- select a01.a0101 from a01
- join table_yxty_20121108 on
- table_yxty_20121108.姓名=a01.A0101
- )
- and
- table_yxty_20121108.部门名称 like 'XX公司%'
上一篇:sql复制表定义及复制数据行
MySql查询出两张表中不同的数据
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M