@[email protected] to Programmer [email protected]English • edit-25 months agoIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.orgimagemessage-square187fedilinkarrow-up1369arrow-down163file-text
arrow-up1306arrow-down1imageIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.org@[email protected] to Programmer [email protected]English • edit-25 months agomessage-square187fedilinkfile-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
.