11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
![]() |
include::../description.adoc[]
|
||
|
|
||
|
== Noncompliant Code Example
|
||
|
|
||
|
----
|
||
|
CREATE TABLE notnull(col1 INTEGER NOT NULL)
|
||
|
INSERT notnull VALUES (@value) -- FIXME ensure @value is not null
|
||
|
----
|
||
|
|
||
|
include::../see.adoc[]
|