{"id":409,"date":"2023-01-11T11:46:36","date_gmt":"2023-01-11T03:46:36","guid":{"rendered":"https:\/\/www.keioi.cn\/?p=409"},"modified":"2023-01-11T11:46:36","modified_gmt":"2023-01-11T03:46:36","slug":"sql%e5%87%bd%e6%95%b0%e6%88%aa%e5%8f%96%e5%bc%80%e5%a7%8b%e4%bb%8e%e6%9f%90%e5%85%b3%e9%94%ae%e5%ad%97%e7%bb%93%e6%9d%9f%e7%ac%a6%e4%b8%ba%e6%9c%89%e7%9b%b8%e5%90%8c%e5%a4%9a%e4%b8%aa%e7%9a%84","status":"publish","type":"post","link":"https:\/\/www.keioi.cn\/archives\/409","title":{"rendered":"SQL\u51fd\u6570\u622a\u53d6\u5f00\u59cb\u4ece\u67d0\u5173\u952e\u5b57\u7ed3\u675f\u7b26\u4e3a\u6709\u76f8\u540c\u591a\u4e2a\u7684\u67d0\u4e2a"},"content":{"rendered":"\n<p>\u5de5\u4f5c\u9047\u5230\u8981\u622a\u53d6\u5b57\u7b26\u4e32\u4ece\u67d0\u5173\u952e\u5b57\u5f00\u59cb\u7ed3\u675f\u7b26\u4e3a\u6709\u76f8\u540c\u591a\u4e2a\u7684\u67d0\u4e2a<\/p>\n\n\n\n<p>\u6bd4\u5982\u5b57\u7b26\u4e32\uff1a\u524d\u9762\u5176\u4ed6\u7684\uff1b\u8bf4\u660e:ZEN,30V,5%,0.2,SE,M,T<\/p>\n\n\n\n<p>create FUNCTION [dbo].[fn_Get_CmemoCut]<br>(<br>@cmemo VARCHAR(max),&#8211;\u539f\u5b57\u7b26\u4e32<br>@key VARCHAR(50), &#8211;\u5f00\u59cb\u5173\u952e\u5b57<br>@delim VARCHAR(20), &#8211;\u7ed3\u675f\u7b26<br>@count int &#8211;\u5728\u7b2c\u51e0\u4e2a\u7ed3\u675f\u7b26\u622a<br>)<br>RETURNS VARCHAR(max)<br>AS<br>BEGIN<br>declare @p int=0 &#8211;\u4f4d\u7f6e<br>declare @n int=0 &#8211;\u8ba1\u6570<br>declare @f BIT=1<br>declare @returnstr varchar(max)=&#8221;<br>if charindex(@key,@cmemo)=0 return @returnstr<br>if @count&gt;0<br>begin<br>if charindex(@key,@cmemo)&gt;0<br>begin<br>set @cmemo=substring(@cmemo,charindex(@key,@cmemo),len(@cmemo))<br>end<br>end<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>while @f=1\nbegin\n if charindex(@delim,@cmemo,@p+1)&gt;1\n  begin\n   if @n=@count\n     begin\n     set  @returnstr=substring(@cmemo,1,@p)\n     end\n  set @n=@n+1\n  set @p=charindex(@delim,@cmemo,@p+1)\n  end\n else\n  begin\n  set @f=0\n  end\nend\nif @returnstr&lt;&gt;''\n begin\n set @returnstr=REPLACE(left(@returnstr,LEN(@returnstr)-1),@key,'')\n end\nreturn @returnstr<\/code><\/pre>\n\n\n\n<p>END<\/p>\n\n\n\n<p>\u8fd0\u884c\u7ed3\u679c\u5982\u56fe\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"696\" height=\"331\" src=\"https:\/\/www.keioi.cn\/wp-content\/uploads\/2023\/01\/\u5fae\u4fe1\u622a\u56fe_20230111114508.png\" alt=\"\" class=\"wp-image-410\" srcset=\"https:\/\/www.keioi.cn\/wp-content\/uploads\/2023\/01\/\u5fae\u4fe1\u622a\u56fe_20230111114508.png 696w, https:\/\/www.keioi.cn\/wp-content\/uploads\/2023\/01\/\u5fae\u4fe1\u622a\u56fe_20230111114508-300x143.png 300w\" sizes=\"auto, (max-width: 696px) 100vw, 696px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>\u5de5\u4f5c\u9047\u5230\u8981\u622a\u53d6\u5b57\u7b26\u4e32\u4ece\u67d0\u5173\u952e\u5b57\u5f00&#46;&#46;&#46;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-409","post","type-post","status-publish","format-standard","hentry","category-4"],"_links":{"self":[{"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/posts\/409","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/comments?post=409"}],"version-history":[{"count":1,"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/posts\/409\/revisions"}],"predecessor-version":[{"id":411,"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/posts\/409\/revisions\/411"}],"wp:attachment":[{"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/media?parent=409"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/categories?post=409"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.keioi.cn\/api\/wp\/v2\/tags?post=409"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}