sunnie to Programmer Humor@programming.dev • 1 year agono.. just nolemmy.caimagemessage-square92fedilinkarrow-up1555
arrow-up1555imageno.. just nolemmy.casunnie to Programmer Humor@programming.dev • 1 year agomessage-square92fedilink
minus-square@naonintendois@programming.devlinkfedilink13•1 year agoBut how do I know if the WHERE clause is AND or OR?
minus-square@akash_rawal@lemmy.worldlinkfedilink5•1 year agoWe can say default is and and add an Or node for or. Similar to SoP notation, you only write +.
minus-square@gravitas_deficiency@sh.itjust.workslinkfedilinkEnglish3•edit-21 year agoFair. The constraint nodes should probably exist under an And or Or node.
But how do I know if the WHERE clause is AND or OR?
We can say default is
and
and add anOr
node foror
. Similar to SoP notation, you only write+
.How about an
or
boolean attribute.Fair. The constraint nodes should probably exist under an
And
orOr
node.