chcharindex()函数是什么意思??
Posted computervip
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了chcharindex()函数是什么意思??相关的知识,希望对你有一定的参考价值。
chcharindex()函数是什么意思??
charindex(exp1,exp2) 返回第一个字符串位于第二个字符串的起始位
例如:
select charindex("wonderful", notes)
from titles
where title_id = "TC3218"
-----------
46
返回表达式wonderful在titles表中notes列上的起始位置。
charindex(exp1,exp2) 返回第一个字符串位于第二个字符串的起始位
例如:
select charindex("wonderful", notes)
from titles
where title_id = "TC3218"
-----------
46
返回表达式wonderful在titles表中notes列上的起始位置。
select cardflag,state, avg(datediff (s, createtime,finaltime )),min( datediff(s ,createtime, finaltime)),max (datediff( s,createtime ,finaltime))
from do_card with(nolock )
where from_channel_child =‘141160‘ and isfinal= 1
and createtime between ‘20141118‘ and ‘20141119‘
and cardflag in(‘chinaszx‘, ‘chinaunicom‘,‘chinatelecom‘ )
and datediff(s ,createtime, finaltime)<‘3600‘
and docount =1
and callerid <>0
group by cardflag, state order by cardflag ,state
以上是关于chcharindex()函数是什么意思??的主要内容,如果未能解决你的问题,请参考以下文章
The following packages will be SUPERCEDED by a higher-priority channel是什么意思?