Skip to content
Nathan Bruer edited this page Oct 10, 2015 · 1 revision

AND & OR

The AND operator is represented with a (space) character and the OR operator is represented with a | (pipe) character.

PQL SQL Comments
id > 5 id < 10 id > 5 AND id < 10
`id > 5 id < 10` id > 5 OR id < 10
`id>5 "5" -4 -`
Clone this wiki locally