注册

无效的模式名[INFORMATION_SCHEMA]

Morant 2022/06/08 4277 8 已解决

有人遇到这个问题,求解答,非常感谢!
【DM版本】: DM8
【操作系统】:WIN
【CPU】:16
【问题描述】
SELECT COUNT(
) FROM (select table_name, table_comment, create_time, update_time from information_schema.tables where table_schema = (select database()) AND table_name NOT LIKE ‘xxl_job_%’ AND table_name NOT LIKE ‘gen_%’ AND table_name NOT IN (select table_name from gen_table) order by create_time desc) TOTAL

Cause: dm.jdbc.driver.DMException: 第9 行附近出现错误:

无效的模式名[INFORMATION_SCHEMA]

回答 0
暂无回答
扫一扫
联系客服