为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:V8
【操作系统】:
【CPU】:
【问题描述】*:
下面sql:
CREATE TABLE root_vqz5maf9_rfbl AS SELECT * FROM root_vqz5maf9 where longitude Is Not NULL And latitude Is Not NULL And region Is NULL And flag = 0
在达梦数据库直接执行可以成功。
通过代码:
jdbcTemplate.execute 执行报错:
无效的表达式; nested exception is dm.jdbc.driver.DMException: 无效的表达式"
请问一下是因为不支持带where条件吗,我不想全表备份!
你可以先检查一下你的连接驱动,更换成数据库目录自带的驱动试试