5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
![]() |
[source,sql]
|
||
|
----
|
||
|
CREATE TABLE notnull(col1 INTEGER NOT NULL)
|
||
|
INSERT notnull VALUES (@value) -- FIXME ensure @value is not null
|
||
|
----
|