Determining Precedence of Operators

From InterBase

Go Up to Understanding SQL Expressions


The order in which operators and the values they affect are evaluated in a statement is called precedence. There are two levels of precedence for SQL operators:

  • Precedence among operators of different types.
  • Precedence among operators of the same type.

Topics

Advance To: