0 votes
in ArangoDB by
Can you define different Logical Operators in AQL?

1 Answer

0 votes
by
Below are the three main logical operator in AQL

a) AND or &&:-It is a logical AND operator and below is example

5>2 && 24!=10

b) Or or ||:-It is a logical OR operator and below is example

5>3 || 4!0

c) NOT or !

20!=19

Related questions

0 votes
asked Mar 21, 2021 in JavaScript by rajeshsharma
0 votes
asked Jan 15 in Jmeter by Robin
...