PB的问题用的sql2005 显示语法错误

integers5selectflaginto:s5fromlogin_user;choosecases5cases5==3open(w_main)w_main.cb2.... integer s5
select flag into :s5 from login_user;
choose case s5
case s5==3
open(w_main)
w_main.cb2.enabled=false
w_main.cb3.enabled=false
case s5==2
open(w_main)
w_main.cb2.enabled=false
case s5==1
open(w_main)
end choose
展开
 我来答
hit_lubin
2011-04-20 · TA获得超过7889个赞
知道大有可为答主
回答量:1554
采纳率:100%
帮助的人:2028万
展开全部
PB里判断两个值相等,不是用==,而是用=
还有,你的choose case 是s5,即s5的值,那么case 里面就不是等式了,而是值
choose case s5
case 3
open(w_main)
w_main.cb2.enabled=false
w_main.cb3.enabled=false
case 2
open(w_main)
w_main.cb2.enabled=false
case 1
open(w_main)
end choose
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式