Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ** SQL WHERE clause order
Stephane,
Here is my SQL :
SELECT emp_id FROM emp
WHERE :select_sen_emp_chk_first = 'Y'
AND dept = :dept
AND salary > :min_sal
Received on Tue Nov 04 2003 - 16:44:36 CST