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
SELECT SUM(t1.a*t2.b), AVG(t2.a-t1.b), SUM(t2.b/t1.a), COUNT(t2.a+t1.b), AVG(t2.a*t1.b), SUM(t1.b-t2.a), COUNT(t2.a*t1.b), AVG(t2.a/t1.b),SUM(t1.b+t2.a), COUNT(t1.b/t2.a), AVG(t1.b-t2.a), SUM(b*t1.t2.a) FROM t1, t2;
ERROR 13180 (HY000): Unknown column 't1.a' in 'field list'
Ambiguous Error Statement is returned when number of function columns exceed 11 in SELECT Query in MySQL.
The text was updated successfully, but these errors were encountered:
Should be related to #9, will investigate.
Sorry, something went wrong.
No branches or pull requests
Ambiguous Error Statement is returned when number of function columns exceed 11 in SELECT Query in MySQL.
The text was updated successfully, but these errors were encountered: