We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6e604 commit 81f8776Copy full SHA for 81f8776
s/sql.sql
@@ -1,4 +1,4 @@
1
-CREATE TABLE HELLO (HELLO CHAR(12))
+CREATE TABLE HELLO (HELLO CHAR(11))
2
INSERT INTO HELLO
3
VALUES ('Hello World')
4
SELECT * FROM HELLO
0 commit comments