Y
Hacker News
new
|
ask
|
show
|
jobs
by
crocarneiro
1888 days ago
He meant that in some SQL Dialects you cannot check FIELD = NULL, you have to use FIELD IS (NOT) NULL (like Oracle). Therefore you cannot use FIELD inside an IN clause either.