mirror of
https://github.com/MariaDB/server.git
synced 2025-02-22 21:33:08 +01:00
11 lines
380 B
Text
11 lines
380 B
Text
--- select.result
|
|
+++ select.reject
|
|
@@ -17,6 +17,8 @@
|
|
(8, 108),
|
|
(9, 109);
|
|
set @t0= now(6);
|
|
+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
|
|
delete from t1 where x = 3;
|
|
delete from t1 where x > 7;
|
|
insert into t1(x, y) values(3, 33);
|