这句SQL语句是什么意思.ql="select distinct(selabel) from.sql="select distinct(selabel) from kcwl_labprosellog where isdel=0 "&sqlfile&" and selabel not in (select distinct(selabel) from kcwl_labprosell) "这个语句是什么作用的.说具

来源:学生作业帮助网 编辑:六六作业网 时间:2024/04/28 02:55:34
这句SQL语句是什么意思.ql="selectdistinct(selabel)from.sql="selectdistinct(selabel)fromkcwl_labprosellogwherei

这句SQL语句是什么意思.ql="select distinct(selabel) from.sql="select distinct(selabel) from kcwl_labprosellog where isdel=0 "&sqlfile&" and selabel not in (select distinct(selabel) from kcwl_labprosell) "这个语句是什么作用的.说具
这句SQL语句是什么意思.ql="select distinct(selabel) from.
sql="select distinct(selabel) from kcwl_labprosellog where isdel=0 "&sqlfile&" and selabel not in (select distinct(selabel) from kcwl_labprosell) "
这个语句是什么作用的.说具体详细点.好像是查询2个表的数据,我要删除它显示出来的数据,怎么改呢?
如有很多条记录,如何删除单个记录呢?

这句SQL语句是什么意思.ql="select distinct(selabel) from.sql="select distinct(selabel) from kcwl_labprosellog where isdel=0 "&sqlfile&" and selabel not in (select distinct(selabel) from kcwl_labprosell) "这个语句是什么作用的.说具
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="张三""

这句SQL语句是什么意思.ql=select distinct(selabel) from.sql=select distinct(selabel) from kcwl_labprosellog where isdel=0 &sqlfile& and selabel not in (select distinct(selabel) from kcwl_labprosell) 这个语句是什么作用的.说具 drop table if exists address_book;这句SQL语句是什么意思我备份的SQL语句中有这么一行, sql语句中DISTINCT是什么意思 integer是什么意思?SQL语句中 oracle length函数select area_code,area_name from dict_area where length(area_code)=4 ORDER BY area_code asc这句sql语句中的where length(area_code)=4是什么意思? sql语句中year(getdate())-year(birthday)=22是什么意思? QL是什么意思 $sql=SELECT count(*) as pcount FROM news 和$sql = UPDATE article SET这句是什么意思? SQL语句中的(;)分号是什么意思? SELECT ROUND(TO_NUMBER(sysdate - LAST_LOGIN_TIME) * 24 ) timdif,LOGIN_FAIL_C 这句sql语句是什么意呢? select ename from emp where ename like'%A___'; 这条SQL语句中'%A___'是什么意思? (QL)是什么意思啊 QL Induction是什么意思 关于sql update语句的更新用法?update mytable set first_column='update!' where second_column='update me!' 这句话是什么意思?求详解! 录音笔上的sel是什么意思 Set rs = conn.Execute(sql)是什么意思啊?VB,遇到这么一句Set rs = conn.Execute(sql)其中的conn.Execute(sql)表示什么啊?SQL是在别的程序段查询出来的. SQL中WHERE 表名 LIKE 'CHEF%'OR UP>$70这句语句意思是什么,其中LIKE与OR用法 sql语句 decimal(18,