欢迎投稿

今日深度:

TERADATA TIP,

TERADATA TIP,


1.change from char to hex

    select char2hexint('A')

2.change from hex to char

    select (x'0041')

3.trim the x'0000' in a string( x'0000' is hex representation of the end of the line )

    TRIM(TRAILING _UNICODE '0000'xc FROM CMPGN_ID)

4.http://developer.teradata.com/blog/dnoeth/2012/10/how-to-simplify-your-statistics-collection-with-a-queue-table

www.htsjk.Com true http://www.htsjk.com/teradata/26781.html NewsArticle TERADATA TIP, 1.change from char to hex     select char2hexint('A') 2.change from hex to char     select (x'0041') 3.trim the x'0000' in a string( x'0000' is hex representation of the end of the line )     TRIM(TRAILING _UNICODE...
相关文章
    暂无相关文章
评论暂时关闭