lambalicious@lemmy.sdf.org to Programmer Humor@programming.devEnglish · edit-21 年前It's easier to remember the IPs of good DNSes, too.lemmy.sdf.orgexternal-linkmessage-square186fedilinkarrow-up1368arrow-down161file-text
arrow-up1307arrow-down1external-linkIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.orglambalicious@lemmy.sdf.org to Programmer Humor@programming.devEnglish · edit-21 年前message-square186fedilinkfile-text
minus-squaredan@upvote.aulinkfedilinkarrow-up1·edit-21 年前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.
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
.