Arithmetic operators:
- unary + and -
- +
- -
- *
- /
- = equal to
- !=, ^=, <> not equal to
- >, <, <=, >= greater/less than
- IN, NOT IN
- ANY, SOME, ALL
- BETWEEN, NOT BETWEEN
- EXISTS, NOT EXISTS
- LIKE, NOT LIKE
- IS NULL, IS NOT NULL
- AND binary
- OR binary
- NOT unary
- UNION
- UNION ALL
- INTERSECT
- MINUS
No comments:
Post a Comment