Hacker News new | ask | show | jobs
by thedataslinger 1401 days ago
To piggy-back, it bothers me so much that this is valid syntax in many implementations:

UPDATE x SET a = NULL WHERE b IS NULL;

Like... wat?