以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- sqlquery数据源中的select 语句如何使用全局变量 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=139639) |
-- 作者:yiningyl -- 发布时间:2019/8/18 9:30:00 -- sqlquery数据源中的select 语句如何使用全局变量 老师好,我定义了一个全局变量变量 ,有个表单中绑定了表的数据源为 sqlquery ,在s0e0l0e0c0t 语句中 要用到这个全局变量做筛选条件,怎么用?
比如全局变量的名字为 _uschool 数据源中的s 0e 0l 0e0 c0 t 基本语句为: s0e0le0c0t bj as \'班级\',count(*) as \'人数\',bzr as \'班主任\' from student as a where (这个地方要用 school =_uschool 这样的条件) group by bj ,bzr order by bj
[此贴子已经被作者于2019/8/18 9:41:11编辑过]
|
-- 作者:有点蓝 -- 发布时间:2019/8/18 20:18:00 -- ".......bzr as \'班主任\' from student as a where (school =\'" & _uschool & "\') group by bj ,bzr order by bj" 参考:http://www.foxtable.com/webhelp/topics/1284.htm,这个帮助建议多读几遍
|