
I removed abap, flex, pli and rpg dummy implementations since they're not implemented in the corresponding analyzer and there are no tickets open to do so.
5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
[source,sql]
|
|
----
|
|
CREATE TABLE mytable(col1 INTEGER NOT NULL);
|
|
INSERT INTO mytable VALUES (value) -- FIXME ensure value is not null
|
|
---- |