Comparison Conditions
Operator | Meaning |
= | Equal to |
> | Greater than |
>= | Greater than or equal to |
<= | Less than or equal to |
<> | Not equal to |
BETWEEN... AND ... | Between two values (inclusive) |
IN(set) | Match any fo a list of values |
LIKE | Match a character pattern |
IS NULL | Is a null value |
출처 : 오라클 공인 교재 SQL Fundamentals 2-7
'Computer Engineering > DB' 카테고리의 다른 글
오라클 숫자를 문자로 출력하기 (Using the TO_CHAR Function with Numbers) (0) | 2008.07.18 |
---|---|
오라클 날짜 연산, 출력 포멧 (0) | 2008.07.18 |
오라클 숫자 함수 (oracle Number Functions) (0) | 2008.07.18 |
오라클 캐릭터 조작 함수 (Oracle Character-Manipulation Functions) (0) | 2008.07.18 |
오라클 sql 쿼리 임시 변수 사용하기, UNDEFINE (Using the &, && Subsitiution Variable) (0) | 2008.07.18 |
오라클 quote 연산자 (oracle Alternative quote (q) Operator ) (0) | 2008.07.18 |
오라클 컨케티네이션 연산자 (Oracle Concatenation Operator ) (0) | 2008.07.18 |
오라클 Null Value 정의 (0) | 2008.07.18 |
CTAS (Create Table as select ) 시타스 (0) | 2008.07.17 |
오라클 Oracle SQL*Plus (0) | 2008.07.15 |