We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
select a.* from test where 0=1; 预期应报错 mysql> select a.* from test where 0=1; ERROR 1051 (42S02): Unknown table 'a'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
select a.* from test where 0=1; 预期应报错
mysql> select a.* from test where 0=1;
ERROR 1051 (42S02): Unknown table 'a'
The text was updated successfully, but these errors were encountered: