mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
query with VALUES() A table value constructor can be used in all contexts where a select can be used. In particular an ORDER BY clause or a LIMIT clause or both of them can be attached to a table value constructor to produce a new query. Unfortunately execution of such queries was not supported. This patch fixes the problem.
2.2 KiB
2.2 KiB