@lambalicious@lemmy.sdf.org to Programmer Humor@programming.devEnglish • edit-211 months agoIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.orgimagemessage-square183fedilinkarrow-up1379file-text
arrow-up1379imageIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.org@lambalicious@lemmy.sdf.org to Programmer Humor@programming.devEnglish • edit-211 months agomessage-square183fedilinkfile-text
minus-square@dan@upvote.aulinkfedilink1•edit-211 months agoDepends 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.
SQL
Depends on the dialect. I mostly use Presto and MySQL at work, and both allow
!=
.Presto also lets you use
NOT
for booleans - instead ofWHERE foo = false
, you can doWHERE NOT foo
.