this post was submitted on 19 Jun 2024
307 points (85.5% liked)

Programmer Humor

18961 readers
612 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

Today in our newest take on "older technology is better": why NAT rules!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 7 points 2 months ago (1 children)
[โ€“] [email protected] 1 points 2 months ago* (last edited 2 months ago)

Depends on the dialect. I mostly use Presto and MySQL at work, and both allow !=.

Presto also lets you use NOT for booleans - instead of WHERE foo = false, you can do WHERE NOT foo.