mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
one more test
This commit is contained in:
@ -41,4 +41,11 @@ a b c
|
||||
3 4 120
|
||||
5 6 30
|
||||
8 9 60
|
||||
INSERT t1 SET a=5 ON DUPLICATE KEY UPDATE SET b=0;
|
||||
SELECT * FROM t1;
|
||||
a b c
|
||||
1 2 10
|
||||
3 4 120
|
||||
5 0 30
|
||||
8 9 60
|
||||
DROP TABLE t1;
|
||||
|
Reference in New Issue
Block a user