Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Not a Bug
-
None
-
None
-
None
-
None
Description
SELECT * FROM ... LIMIT @x
produces an error, for any @x.
SELECT * FROM ... ORDER BY @x
doesn't produce any error, and ORDER BY seems to do nothing.
SELLECT * FROM ... GROUP BY @x
doesn't produce any error, and it seems that there is a grouping, thought it seems to ignore the value of @x.