码迷,mamicode.com
首页 > 数据库 > 详细

String Functions(T-SQL)

时间:2015-06-15 20:07:45      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:

The numbers of string functions for sql server 2008(R2) are 23.

 

1)  int  ASCII(Char|varchar)  : Returns the ASCII code value of the leftmost character of a character expression.

2)  char(1) Char(integer_expression) : Converts an int ASCII code to a character

     integer_expression: ‘3‘ and 3 are treated as same.

3) ... (Undone)

String Functions(T-SQL)

标签:

原文地址:http://www.cnblogs.com/freecodeX/p/4578821.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!