@[email protected] to Programmer [email protected]English • edit-25 months agoIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.orgmessage-square176fedilinkarrow-up1374file-text
arrow-up1374imageIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.org@[email protected] to Programmer [email protected]English • edit-25 months agomessage-square176fedilinkfile-text
minus-square@[email protected]linkfedilink1•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
.