Skip to content

Case

SQLLiteral.default

A literal expression representing the current dialect’s equivalent of the DEFAULT keyword.
case `default`

Discussion

Note

There isn’t really any reason for this to be a literal with special handling, especially since there aren’t any dialects which don’t use DEFAULT as their literalDefault but it’s long-standing public API.