SELECT table_name table_comment create_time update_time FROM information_schematables WHERE table_schema = SELECT database AND table_name NOT LIKE qrtz_ AND table_name NOT LIKE gen_ AND table_name NOT
该错误提示表明在达梦数据库中,该查询中的模式无效。可能是查询中使用了未知的模式或者查询的表不在当前模式中。
建议检查查询中使用的模式是否正确,并确保查询的表存在于当前模式中。还可以尝试使用DESCRIBE命令查看表的结构和元数据,以确认表名和注释是否正确。
原文地址: https://www.cveoy.top/t/topic/halt 著作权归作者所有。请勿转载和采集!