Oracle/SQL Fundamentals I
4일차 2-10: IN condition
Bohemian life
2012. 4. 6. 15:45
where mgr in (101,102,201)
where mgr 101 or mgr =102 or mgr =201(x)