| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 2065 |
|
^2 results in -9.
^, *, /, %, +, and -
^ is the power operator.
Note that because of the precedence rules
-3^2 results in -9.
^ which is
right-associative; thus 2^1^2 results in 2.
~, !~, and LIKE and
NOT LIKE.
~ and !~ have to be used with regular expression
constants.
_ (any single character).
EXISTS(select from ::ANTENNA where NAME=''somename'' LIMIT 2)
results in T if at least 2 matching rows in the ANTENNA table
were found.
^
~, !~
||