mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
INTO clause can be specified only for the last select of a UNION and it receives the result of the whole query. But it was wrongly allowed in non-last selects of a UNION which leads to a confusing query result. Now INTO allowed only in the last select of a UNION.
32 KiB
32 KiB