1.

Can you define different Logical Operators in AQL?

Answer»

Can you define different LOGICAL Operators in AQL?
Below are the THREE main logical operator in AQL
(1)AND or &&:-It is a logical AND operator and below is example
5>2 && 24!=10
(2)Or or ||:-It is a logical OR operator and below is example
5>3 || 4!0
(3)NOT or !
20!=19



Discussion

No Comment Found