Boolean literals have only 3 valid values: TRUE, FALSE, and UNKNOWN (similar to NULL). Instead of a literal, you can also use strings (for example, 'T'
or 'True'
and 'F'
or 'False'
) or integers (0
and 1
). For more details, see Boolean data type.
boolean_literal::=