本文介绍了在我的陈述中出现错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
HI
当我运行此命令时
选择 sum(Maden) as مدين,sum(Dayn)如دائن来自 Ezn_Qaid 其中 Qaid_date 之间 ' ' 和 ' ' 其中 Bayan_Oll = ' VISA'
得到这个erorr
Msg 156, Level 15, State 1, Line 4 Incorrect syntax near the keyword ''where''.
PLZ帮帮我
解决方案
HI
When i run this command
select sum(Maden) as مدين,sum(Dayn) as دائن from Ezn_Qaid where Qaid_date between ''and'' where Bayan_Oll='VISA'
get this erorr
Msg 156, Level 15, State 1, Line 4 Incorrect syntax near the keyword ''where''.
PLZ Help Me
Thanks
解决方案
这篇关于在我的陈述中出现错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!