Oracle

Limiting the Rows That Are Selected

Figo Kim 2006. 8. 26. 23:41
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
- Restrict the rows that are returned by using the WHERE clause

SELECT *|{DISTINCT} column|expression [alias],....} FROM table 
[WHERE condition(s)]
- The WHERE clause follows the FROM clause.

- The WHERE clause can compare values in columns,literal values, arithmatic expressions, or functions.

'Oracle' 카테고리의 다른 글

Comparison Conditions  (0) 2006.08.27
Character Strings and Dates  (0) 2006.08.27
Character Strings and Dates  (0) 2006.08.27
Limiting the Rows That Are Selected  (0) 2006.08.26
오라클 10g 에서 iSQLplus 포트변경하기..~~~~  (0) 2006.08.23