Archives of the TeradataForum
Message Posted: Thu, 21 Apr 2005 @ 13:15:10 GMT
Subj: | | Re: DefaultCharType problem |
|
From: | | Dempsey, Mike |
I think the only way to do it is to use a case statement. The following statement works for all releases up thru V2R6 and I am not aware of any
new character sets planned to be added.
(If you do not operate in the far east you may not require 3, 4, or 5.)
CASE CharType WHEN 1 THEN 'Latin' WHEN 2 THEN 'Unicode' WHEN 3 THEN
'KanjiSJIS' WHEN 4 THEN 'Graphic' WHEN 5 THEN 'Kanji1' ELSE NULL END
(TITLE 'CharSet')
This is the statement used by Teradata Administrator.
Mike Dempsey
Teradata Client Tools
|