Update without rows doesn't do anything, which meant the select didn't
return anything.
This commit is contained in:
Erik Hesselink
2016-05-20 14:44:36 +02:00
parent 9f63e88962
commit d90ce48f42

View File

@@ -1,4 +1,4 @@
CREATE TABLE HELLO (HELLO CHAR(12))
UPDATE HELLO
SET HELLO = 'HELLO WORLD!'
INSERT INTO HELLO
VALUES ('HELLO WORLD!')
SELECT * FROM HELLO