sql server中根据一条语句查询出来的结果,有结果执行一条sql语句,没结果执行另外一条sql语句,如何写?

我知道用casewhen,但写出来有语法错误casewhen(selectcount(*)fromGL_CashTablet2wheret2.i_id='65')!=nu... 我知道用case when,但写出来有语法错误
case when (select count(*) from GL_CashTable t2 where t2.i_id='65')!=null
then
select * from GL_accvouch t1,GL_CashTable t2 where t1.i_id='65' and t2.i_id='65'
else
select * from GL_accvouch t1 where t1.i_id='65'
end
展开
 我来答
leiyangbdwk
2013-01-29 · TA获得超过3295个赞
知道大有可为答主
回答量:4975
采纳率:12%
帮助的人:4388万
展开全部
if ...
else
...

为什么不用最简单的if else?而要case?
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式