sqle icon indicating copy to clipboard operation
sqle copied to clipboard

sql语句中带有别名,没有触发审核规则

Open quexiuping opened this issue 1 year ago • 0 comments

SQLe Version UI Version: main a5fa134 Server Version: release-2.9999.x-ee 9917a24217

Describe the bug sql: select a.* from test where 0=1; select a.id from test a where 0=1; select a.id from test where 0=1

To Reproduce image

select a.* from test where 0=1; 预期应报错 mysql> select a.* from test where 0=1; ERROR 1051 (42S02): Unknown table 'a'

quexiuping avatar Nov 21 '23 06:11 quexiuping