久久机这里只有精品,国产69精品一区二区亚洲孕妇,91精品国产综合久久婷婷香蕉,午夜久久久久久电影

最新活動(dòng):電腦PC端+手機(jī)端+微網(wǎng)站+自適應(yīng)網(wǎng)頁(yè)多模板選擇-建站388元起價(jià)!!!
當(dāng)前位置:主頁(yè) > 網(wǎng)站建設(shè) > SQL里面用自定義Split()完成個(gè)性化需求建站知識(shí)

SQL里面用自定義Split()完成個(gè)性化需求建站知識(shí)

時(shí)間:2023-05-24 10:05:24 閱讀: 文章分類: 網(wǎng)站建設(shè) 作者: 網(wǎng)站技術(shù)員

導(dǎo)讀:1建站知識(shí)為了滿足需求自定義Split()在SQL中實(shí)現(xiàn),代碼很整潔,感興趣的朋友可以參考下,或許對(duì)你學(xué)習(xí)sql語(yǔ)句有所幫助網(wǎng)站建設(shè)制作網(wǎng)站seo優(yōu)化軟件。

網(wǎng)站建設(shè)制作網(wǎng)站seo優(yōu)化軟件

復(fù)制代碼 代碼如下:

SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE function [dbo].[SplitString] ( @Input nvarchar(max), @Separator nvarchar(max)=',', @RemoveEmptyEntries bit=1 ) returns @TABLE table ( [Id] int identity(1,1), [Value] nvarchar(max) ) as begin declare @Index int, @Entry nvarchar(網(wǎng)站建設(shè)哪家好max) set @Index = charindex(@Separator網(wǎng)站seo優(yōu)化軟件,@Input) while (@Index>0) begin set @Entry=ltrim(rtrim(substring(@Input, 1, @Index-1))) if (@RemoveEmptyEntries=0) or (@RemoveEmptyEntries=1 and @Entry<>'') begin insert into @TABLE([Value]) Values(@Entry) end set @I網(wǎng)站建設(shè)公司nput = substring(@Input, @Index+datalength(@Separator)/2, len(@Input)) set @Index = charindex(@Separator, @Input) end set @Entry=ltrim(rtrim(@Input)) if (@RemoveEmptyEntries=0) or (@RemoveEmptyEntries=1 and @Entry<>'') begin insert into @TABLE([Value]) Values(@Entry) end return end

函數(shù)、表都建好了,下面調(diào)用測(cè)試一下吧:

復(fù)制代碼 代碼如下:

declare @str1 varchar(max), @str2 varchar(max), @str3 varchar(max) set @str1 = '1,2,3' set @str2 = '1###2###3' set @str3 = '1###2###3###' select [Value] from [dbo].[SplitString](@str1, ',', 1) select [Value] from [dbo].[SplitString](@str2, '###', 1) select [Value] from [dbo].[SplitString](@str3, '###', 0)

結(jié)果,截個(gè)圖來看一下:

相關(guān)網(wǎng)站建設(shè)制作網(wǎng)站seo優(yōu)化軟件。

關(guān)鍵詞標(biāo)簽: 自定義 SQL 里面

聲明: 本文由我的SEOUC技術(shù)文章主頁(yè)發(fā)布于:2023-05-24 ,文章SQL里面用自定義Split()完成個(gè)性化需求建站知識(shí)主要講述自定義,里面,SQL網(wǎng)站建設(shè)源碼以及服務(wù)器配置搭建相關(guān)技術(shù)文章。轉(zhuǎn)載請(qǐng)保留鏈接: http://www.bifwcx.com/article/web_6655.html

我的IDC 網(wǎng)站建設(shè)技術(shù)SEOUC.COM
專注網(wǎng)站建設(shè),SEO優(yōu)化,小程序設(shè)計(jì)制作搭建開發(fā)定制網(wǎng)站等,數(shù)千家網(wǎng)站定制開發(fā)案例,網(wǎng)站推廣技術(shù)服務(wù)。
  • 5000+合作客服
  • 8年從業(yè)經(jīng)驗(yàn)
  • 150+覆蓋行業(yè)
  • 最新熱門源碼技術(shù)文章

    主站蜘蛛池模板: 杭锦后旗| 星座| 黔西| 四川省| 秀山| 汉寿县| 漯河市| 江阴市| 平陆县| 宝鸡市| 凤阳县| 巴南区| 镇巴县| 安溪县| 晋宁县| 东丽区| 廉江市| 平凉市| 冀州市| 白山市| 平顶山市| 云安县| 湖南省| 南川市| 贡嘎县| 万盛区| 邓州市| 阜新市| 鸡西市| 南召县| 双辽市| 香港| 英超| 比如县| 孝昌县| 沧州市| 莒南县| 通渭县| 永城市| 墨竹工卡县| 苗栗县|