Archives of the TeradataForum
Message Posted: Tue, 27 Jul 2004 @ 13:04:15 GMT
Subj: | | String length function |
|
From: | | Donald Iuppa |
I am porting some Oracle code and I don't see an equivalent Teradata function to Oracles LENGTH function.
Has anyone a suggestion around this limitation?
Examples
The following example uses the LENGTH function using a single-byte database character set:
SELECT LENGTH('CANDIDE') "Length in characters"
FROM DUAL;
Length in characters
--------------------
7
Don Iuppa
Engineering Development Director
10eSolutions LLC
|