Quick Search:
 
 Oracle PL/SQL: WHERE Clause: Conditions Jump to:  
Category: >> Oracle PL/SQL >> WHERE Clause: Conditions  

<< lastnext >>

Snippet Name: WHERE Clause: Conditions

Description: The WHERE Clause servers two different purposes. One is to limit the records affected by a DML statement.

Also see:
» BETWEEN Condition
» LIKE Condition
» Combining the AND and OR Conditions
» OR Condition
» AND Condition
» WHERE Clause: Joins
» Having Clause

Comment: (none)

Language:
Highlight Mode: PLSQL
Last Modified: March 07th, 2009

SELECT sal
FROM emp 
WHERE deptno = 30;


 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org