Files
CS-Notes/docs/_style/prism-master/tests/languages/sql/boolean_feature.test

15 lines
230 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
TRUE
FALSE
NULL
----------------------------------------------------
[
["boolean", "TRUE"],
["boolean", "FALSE"],
["boolean", "NULL"]
]
----------------------------------------------------
Checks for booleans.