在应使用条件的上下文(在 'and' 附近)中指定了非布尔类型的表达式.
来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/11/06 21:25:06
在应使用条件的上下文(在 'and' 附近)中指定了非布尔类型的表达式.
select m1.Cus_no,m1.ord_no into #ordm1 from les_jm_ordm m1 (nolock) where m1.cus_no like '2001D02900' and m1.gh is not null and ( select ord_no from les_ordm where order_ys='2014' and client like '2001D02900' or substring(m1.ord_dt,1,4)='2014' ) and m1.pda_dt is not null
select m1.Cus_no,m1.ord_no into #ordm1 from les_jm_ordm m1 (nolock) where m1.cus_no like '2001D02900' and m1.gh is not null and ( select ord_no from les_ordm where order_ys='2014' and client like '2001D02900' or substring(m1.ord_dt,1,4)='2014' ) and m1.pda_dt is not null
where 关键字后面 应该跟的是一个判断语句
而你现在括号里的是一个查询语句
可以这样改:
***
where exists (select customer
***
再问: 谢谢 问题已处理 分给你了
而你现在括号里的是一个查询语句
可以这样改:
***
where exists (select customer
***
再问: 谢谢 问题已处理 分给你了
函数在一点附近有界是函数在该点有极限的必要但非充分条件,这是为什么?
在定义函数是时,是否对函数值的说明类型与return语句中的表达式的值应一致?
C# 语言中,在if 分支结构中,条件表达式的值必须是什么类型的数据?
在计算机检索中,常用的布尔逻辑算符有哪几种?试用A和B的逻辑表达式说明其检索结果.
求几个命题的布尔表达式
刁难在《姥姥的剪纸》中指什么?
mm在数学中指的是什么意思
梅花魂在课文中指的是什么
微软在日常生活中指的是什么?
net work 在IT中指的是什么
编写一个布尔表达式,若变量num中存储的数值在1到100之间或为负数的时,表达式的值为true,
在VB中“条件表达式的值为0”是什么意思