SQL Operators
TimesTen supports a subset of operators and predicates that are supported by the Oracle Database:
- unary
- +, -, *, /-
=, <, >, <=, >=, <>, != ||IS NULL,IS NOT NULLLIKE(Oracle DatabaseLIKEoperator ignores trailing spaces, but TimesTen does not)BETWEENINNOT IN(list)ANDOR+(outer join)ANY,SOMEALL(list)EXISTSUNIONMINUSINTERSECT- To run a bitwise
ANDoperation of two bit vector expressions, TimesTen uses the ampersand character (&) between the expressions while Oracle Database uses theBITANDfunction with the expressions as arguments.