Skip to content

Case

SQLLiteral.null

A literal expression representing a NULL SQL value in the current dialect.
case null

Discussion

Note

This makes more sense as a literal; although NULL is a keyword, it nonetheless represents a specific literal value.