Program.../Oracle

Oracle 문자형 함수 - length

Duritz 2009. 3. 13. 20:07

---- length 함수
select length('oracle'), length('오라클') -- length는 문자수의 길이를 나타낸다.
from dual;

select lengthb('oracle'), lengthb('오라클') -- length는 byte수를 나타낸다.
from dual;

저작자표시 비영리 변경금지 (새창열림)