SQLServer 截取函数 substring函数

declare @name char(1000) --注意:char(10)为10位,要是位数小了会让数据出错

set @name='s{sss}fc{fggh}dghdf{cccs}x'
select substring(@name,1,6) col

 

 

posted @ 2019-11-22 13:54  筱筱的春天  阅读(1426)  评论(0编辑  收藏  举报