sql字符处理函数
摘要:http://technet.microsoft.com/zh-cn/library/ms181984.aspx1. charindex(子字符串,父字符串) 子字符串在父字符串中的位置(不区分大小写)select charindex('BJ','SH,GZ,BJ,CD') select charindex('BJ','BJ,CD') select charindex('BJ','BJ') sel...
阅读全文
posted @
2010-09-29 15:37
安安
阅读(220)
推荐(0)