Y
Hacker News
new
|
ask
|
show
|
jobs
by
atombender
530 days ago
ANSI SQL has had IS [NOT] UNKNOWN since SQL:1999 [1]. It's an optional feature that some databases don't support. Postgres, MySQL, and MSSQL do support it.
[1]
https://modern-sql.com/concept/three-valued-logic#compatibil...