jsp中if语句怎么写? 10
strSQL=strSQL+"where"+strQueryID+"='"+strQueryContent+"'orselectStautfromAzuopingwher...
strSQL = strSQL + " where "+strQueryID+"='"+strQueryContent+"' or select Staut from Azuoping where Staut!=NULL";
Staut 是表中一字段,执行时select Staut from Azuoping where Staut!=NULL";不能被执行。我找不到哪儿出错了
应该怎么做呀 展开
Staut 是表中一字段,执行时select Staut from Azuoping where Staut!=NULL";不能被执行。我找不到哪儿出错了
应该怎么做呀 展开
2个回答
展开全部
不知道你的逻辑是什么,你可以这样试试,在把select子句用括号,在前面加上exists.
or exists(select Staut from Azuoping where Staut!=NULL)
or exists(select Staut from Azuoping where Staut!=NULL)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询