最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
sql中字符串分割函数
时间:2022-06-29 08:22:48 编辑:袖梨 来源:一聚教程网
| 代码如下 | 复制代码 |
|
SET ANSI_NULLS ON /*by kudychen 2011-9-28 */ while (@Index>0) if (@RemoveEmptyEntries=0) or (@RemoveEmptyEntries=1 and @Entry'') set @Input = substring(@Input, @Index+datalength(@Separator)/2, len(@Input)) set @Entry=ltrim(rtrim(@Input)) end |
|
Test Code:
| 代码如下 | 复制代码 |
|
declare @str1 varchar(max), @str2 varchar(max), @str3 varchar(max) set @str1 = '1,2,3' select [Value] from [dbo].[SplitString](@str1, ',', 1) |
|
Code:
| 代码如下 | 复制代码 |
|
SET ANSI_NULLS ON /*by kudychen 2011-9-28 */ while (@Index>0) if (@RemoveEmptyEntries=0) or (@RemoveEmptyEntries=1 and @Entry'') set @Input = substring(@Input, @Index+datalength(@Separator)/2, len(@Input)) set @Entry=ltrim(rtrim(@Input)) end |
|
Test Code:
| 代码如下 | 复制代码 |
|
declare @str1 varchar(max), @str2 varchar(max), @str3 varchar(max) set @str1 = '1,2,3' select [Value] from [dbo].[SplitString](@str1, ',', 1) |
|
相关文章
- 荒野大镖客救赎灰飞烟灭了宝贝成就攻略 11-01
- 荒野大镖客救赎斧头大师成就解锁攻略 11-01
- 三国志8重制版娶惠姬条件及作用说明 11-01
- 三国志8重制版娶彩姬条件及作用说明 11-01
- 三国志8重制版亲密度阶段介绍说明 11-01
- 三国志8重制版娶苑姬条件及作用说明 11-01