简单帐表执行sql语句问题
1,088次浏览
编辑于2016年04月25日 09:06:47
各位老师:
咨询一个问题,我在cloud5.0上用简单帐表开发一个动态列的报表。
其中在插件里成功创建临时表后,执行插入临时表语句,
1 insert into T exec pro (存储过程)
2 insert into T select from
3 insert into T (fileds) select from
以上3种方式全报错,但是放到数据库上可直接执行。 请问一下DBUtils.Execute 后面要求的sql语法有什么要求么?
PS: 我的select from 里有子查询 ,是不是因为这个不支持?
推荐阅读