Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
hanche
on Feb 4, 2020
|
parent
|
context
|
favorite
| on:
Null Values in SQL Queries
NULLs in subselects do bite me with distressing regularity: Writing
SELECT ... FROM ... WHERE blah NOT IN (SELECT foo FROM bar);
getting no hits until I slap my forehead and add WHERE foo IS NOT NULL to the subselect.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: