We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The AND operator is represented with a (space) character and the OR operator is represented with a | (pipe) character.
|
id > 5 id < 10
id > 5 AND id < 10
id > 5 OR id < 10