lambalicious@lemmy.sdf.org to Programmer Humor@programming.devEnglish · edit-25 months agoIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.orgimagemessage-square187fedilinkarrow-up1377arrow-down164file-text
arrow-up1313arrow-down1imageIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.orglambalicious@lemmy.sdf.org to Programmer Humor@programming.devEnglish · edit-25 months agomessage-square187fedilinkfile-text
minus-squaredan@upvote.aulinkfedilinkarrow-up1·edit-25 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
.