Comparison operators: <, >, <=, >=, <>, =, IN, LIKE (both wildcards * and % can be used in LIKE)
Boolean operators: AND, OR, NOT
Arithmetic operators: +, -, *, /, % (modulus).
String operator: + (concatenation)
Copyright (c) GrapeCity, inc. All rights reserved.