Tuesday, May 15, 2012

Works in sqlite.

This SQL works fine in sqlite but not in the Cloud SQL Console.

Select  x, a3.a,  a1.a, a2.a
From a_s a1, a_s a2, x_s, a_s a3
Where (a3.a * x*x) + (a1.a * x) + a2.a = 32777

I get the following error:

Error 0: Unable to execute statement

There are only 255 rows and one column in each table.

No comments:

Post a Comment