Merge branch 'fix-sql' of https://github.com/hesselink/hello-world into hesselink-fix-sql

This commit is contained in:
Mike Donaghy
2017-03-20 12:54:16 -05:00

View File

@@ -1 +1,4 @@
SELECT "Hello World";
CREATE TABLE HELLO (HELLO CHAR(12))
INSERT INTO HELLO
VALUES ('HELLO WORLD!')
SELECT * FROM HELLO