검색결과 리스트
글
Case-multipulation 함수
lower : 대문자를 소문자로 바꿔준다
->last_name이 'Fay'인 사람의 이름을 모두 소문자로 출력하기 (Fay - fay)
SQL> select employee_id, lower(last_name)
from employeeslower : 대문자를 소문자로 바꿔준다
->last_name이 'Fay'인 사람의 이름을 모두 소문자로 출력하기 (Fay - fay)
SQL> select employee_id, lower(last_name)
where last_name='Fay';
'먹고살기 > Oracle' 카테고리의 다른 글
사용자 세션의 강제 종료 (0) | 2011.04.05 |
---|---|
oracle JOIN (0) | 2011.04.05 |
oracle exp/imp (0) | 2011.04.05 |
Tablespace (0) | 2011.03.30 |
Oracle Instance (0) | 2011.03.17 |
RECENT COMMENT