1
0
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:
unknown
2002-12-02 21:12:25 +01:00
parent 694c7334b3
commit 6c4519e8db
2 changed files with 9 additions and 0 deletions

View File

@ -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;