【distinct是什么意思】这句SQL语句是什么意思.ql=""selectdistinct(selabel)from.sql=""...
答案:2 悬赏:40 手机版
解决时间 2021-02-19 21:36
- 提问者网友:呐年旧曙光
- 2021-02-19 04:09
【distinct是什么意思】这句SQL语句是什么意思.ql=""selectdistinct(selabel)from.sql=""...
最佳答案
- 五星知识达人网友:慢性怪人
- 2021-02-19 04:20
【答案】 sql=select distinct(selabel);&&选取无重复记录的selabel字段
from kcwl_labprosellog ;&&来自表kcwl_labprosellog
where isdel=0 &sqlfile& and selabel not in;&&字段Isdel值为0且字段selabel的值不存在于后面的查询中
(select distinct(selabel) from kcwl_labprosell) &&选取kcwl_labprosell表中无重复记录的selabel字段
删除相应数据sql=delete from kcwl_labprosellog where selabel in;(select distinct(selabel) from kcwl_labprosellog where ;isdel=0 &sqlfile& and selabel not in (select distinct(selabel); from kcwl_labprosell))
删除单条记录一样的,写上你要删除的条件就行,例如,删除selabel字段值为张三的:SQL=delete from kcwl_labprosellog where selabel=张三
from kcwl_labprosellog ;&&来自表kcwl_labprosellog
where isdel=0 &sqlfile& and selabel not in;&&字段Isdel值为0且字段selabel的值不存在于后面的查询中
(select distinct(selabel) from kcwl_labprosell) &&选取kcwl_labprosell表中无重复记录的selabel字段
删除相应数据sql=delete from kcwl_labprosellog where selabel in;(select distinct(selabel) from kcwl_labprosellog where ;isdel=0 &sqlfile& and selabel not in (select distinct(selabel); from kcwl_labprosell))
删除单条记录一样的,写上你要删除的条件就行,例如,删除selabel字段值为张三的:SQL=delete from kcwl_labprosellog where selabel=张三
全部回答
- 1楼网友:逃夭
- 2021-02-19 05:15
这下我知道了
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯