Feb 17, 2003 #1 tdatauser Technical User Joined Feb 17, 2003 Messages 2 Location US Hi Is there any sybase ASCII equivalent function in Teradata ? Thanks in advance
Feb 18, 2003 #2 dnoeth Instructor Joined Oct 16, 2002 Messages 545 Location DE No, Teradata is lacking of string functions :-( You'll have to wait for R5.1 introducing User Defined Functions. There's a CHAR2HEXINT returning a string of hex-values. e.g. Char2HexInt('bla') -> '626C61' Dieter Upvote 0 Downvote
No, Teradata is lacking of string functions :-( You'll have to wait for R5.1 introducing User Defined Functions. There's a CHAR2HEXINT returning a string of hex-values. e.g. Char2HexInt('bla') -> '626C61' Dieter
Feb 21, 2003 Thread starter #3 tdatauser Technical User Joined Feb 17, 2003 Messages 2 Location US Thanks Dieter. Upvote 0 Downvote