sql语句

SQL3 = "select Censor_user from Flow_censor where Flow_id="&Flow_id&" and Censor_step in (select Censor_step from Flow_Censor where censor_id="&(cint(censor_id)+1)&")"
+++++++++++++++++++++++++++++++++++
sql3="select Censor_user from Flow_censor where Flow_id="&Flow_id&" and Censor_step in (select Censor_step+1 from Flow_Censor where censor_id="&censor_id &")"
+++++++++++++++++++++
To: daxiaoduoshao(大小多少)
我按你的表结构建立了一个新表,然后执行sql3没有任何问题,你在看看是不是错误出现在其他地方吧

Published At
Categories with Web编程
Tagged with
comments powered by Disqus