问题特征:2020-08-14 14:51:07 [ERROR] com.tencent.cloud.aoe.plugin.core.AOEInformation - Undefined Column: 1 AS id
com.tencent.cloud.aoe.plugin.sql.exception.UndefinedSqlColumnException: Undefined Column: 1 AS id
at com.tencent.cloud.aoe.plugin.sql.analyze.SqlTableAdaptor.getColumn(SqlTableAdaptor.java:58)
at com.tencent.cloud.aoe.plugin.sql.analyze.SqlTableAdaptor.select(SqlTableAdaptor.java:130)
at com.tencent.cloud.aoe.plugin.sql.SqlTableAnalyzeVisitor.visit(SqlTableAnalyzeVisitor.java:125)
解决方案:
- 检查日志中 SQL 语句具体错误信息。
- 检查被测应用中的 SQL 语句是否符合支持的规格。... 展开详请