select distinct A.* from A,B where A.id = B.g-id and A.fwzid
select distinct A.* from A,B where A.id = B.g_id and A.fwzid = 2 我那个地方是写的 select distinct A.* from A,B where A.id B.g_id and A.fwzid = 2 好像就会出错,
最佳回答
这样写 distinct A。*,没有这么厉害把,并且在where 那边不想等可以用 not exists 再问: = 于 是没错的。 可是我想用 呢。。 就会有点问题。把所有的记录显示出来,并且重复 再答: 应该不好吧,那是比值把,建议用not exists再问: 我不会用not exists。。。。求。。 再答: select * from A where id not exists (select g_id from B) and fwzid = 2;不知道行不行,你到网上看看 not exists的用法看看,会有帮助的再问: 解决了。这样应该可以了 select* from A where id not in(select distinct C。id from A as C,B as D where C。id=D。glry_id) and fwzId =2
最新回答共有2条回答
-
2026-04-02 09:06:01爱撒娇的路灯
回复这样写 distinct A。*,没有这么厉害把,并且在where 那边不想等可以用 not exists 再问: = 于 是没错的。 可是我想用 呢。。 就会有点问题。把所有的记录显示出来,并且重复 再答: 应该不好吧,那是比值把,建议用not exists再问: 我不会用not exists。。。。求。。 再答: select * from A where id not exists (select g_id from B) and fwzid = 2;不知道行不行,你到网上看看 not exists的用法看看,会有帮助的再问: 解决了。这样应该可以了 select* from A where id not in(select distinct C。id from A as C,B as D where C。id=D。glry_id) and fwzId =2
热门文章
- 康达学院专转本五年制
- 高考一个考场分ab卷吗
- not only but also用法
- 某物体做自由落体运动,从释放开始计时,则物体在前2s内的平均速度为______m/s,物体下落2m时的速度大小为______m/s.
- 三角函数公式大全表格
- 地理中考必背知识点2022
- 2013-2014学年小学六年级科学上学期期末考试试卷及答案
- 人教版2014-2015学年小学五年级英语第二学期期中教学质量检测试卷及答案
- 【Linux驱动开发】设备树详解(二)设备树语法详解
- 别跟客户扯细节
- 在别的城市买房子能落户吗
- 卖房前要把装修贷还完吗
- 高中政治教学提高教学效果的方法探究
- “互联网+”背景下的初中英语课堂教学改革与创新策略研究
- 2022年终止合同范本
- 租房合同范本范文
- 如何挑选土豆
- 如何挑选土鸡
