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

SQL_确认字符在字符串当中的位置

时间:2014-10-05 14:13:38      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   ar   sp   div   art   c   

declare @myTel nvarchar(20)
set @myTel = 021-77889900
print CHARINDEX(-,@myTel)

ps:CHARINDEX()用法

语法CHARINDEX ( expression1 , expression2 [ , start_location ] )
参数
"expression1"
表示搜索的目标字符
"expression2"
表示被搜索的字符串
"start_location"
表示被搜索字符中的开始位置
返回类型
函数返回一个整数,表示expression1在expression2中的位置,如果CHARINDEX()函数没有找到要找的字符,那么返回值为0。

  

SQL_确认字符在字符串当中的位置

标签:style   blog   color   io   ar   sp   div   art   c   

原文地址:http://www.cnblogs.com/zwhFighting/p/4006906.html

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