Table 22. Operator Precedence The AND operator takes precedence over OR, so that the search condition in the example is equivalent to the expression deptno = 1 OR (deptno = 2 AND sal > 1000).
![]() |
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |