Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sybase ASCII equivalent function

Status
Not open for further replies.

tdatauser

Technical User
Feb 17, 2003
2
US
Hi

Is there any sybase ASCII equivalent function in Teradata ?

Thanks in advance
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top