mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations
This commit is contained in:
@@ -23,6 +23,8 @@ a:=a+1;
|
||||
INSERT INTO t1 VALUES (a,'pkg1 initialization');
|
||||
END;
|
||||
$$
|
||||
Warnings:
|
||||
Warning 1287 '<select expression> INTO <destination>;' is deprecated and will be removed in a future release. Please use 'SELECT <select list> INTO <destination> FROM...' instead
|
||||
CALL pkg1.p1;
|
||||
SELECT * FROM t1 ORDER BY a;
|
||||
a routine
|
||||
|
||||
Reference in New Issue
Block a user