1
0
Fork 0
arangodb/Documentation/Examples.Ahuacatl/aqlcomparison

8 lines
87 B
Plaintext

1 > 0
true != null
45 <= "yikes!"
65 != "65"
65 == 65
1.23 < 1.32
1.5 IN [ 2, 3, 1.5 ]