{"id":657,"date":"2010-10-01T08:40:03","date_gmt":"2010-10-01T08:40:03","guid":{"rendered":"http:\/\/enjoyasp.net\/?p=657"},"modified":"2010-10-01T08:40:03","modified_gmt":"2010-10-01T08:40:03","slug":"%e5%ad%97%e7%ac%a6%e4%b8%b2%e6%9f%a5%e6%89%be","status":"publish","type":"post","link":"https:\/\/enjoyasp.net\/index.php\/2010\/10\/01\/%e5%ad%97%e7%ac%a6%e4%b8%b2%e6%9f%a5%e6%89%be\/","title":{"rendered":"\u5b57\u7b26\u4e32\u67e5\u627e"},"content":{"rendered":"<pre lang=\"tsql\">\r\nDECLARE @iniTel VARCHAR(100),@split VARCHAR(20),@next INT,@position INT,@nextPosition int\r\nSET @iniTel = '13737150298\/15018747329'\r\nset @iniTel=ltrim(rtrim(@iniTel))\r\nSET @split = '\/'\r\nSET @next = 0\r\nSET @position=1\r\nWHILE ( @position < LEN(@iniTel) )\r\nBEGIN\r\n    SET @nextPosition = CHARINDEX(@split,@iniTel,@position)\r\n    IF (@nextPosition = 0 OR @nextPosition IS NULL) SELECT @nextPosition = LEN(@iniTel) +1\r\n    SELECT SUBSTRING(@iniTel, @position, @nextPosition - @position)\r\n    SELECT @position = @nextPosition+1\r\nEND\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>DECLARE @iniTel VARCHAR(100),@split VARCHAR(20),@next I [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36],"tags":[],"class_list":["post-657","post","type-post","status-publish","format-standard","hentry","category-sql-server"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts\/657","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/comments?post=657"}],"version-history":[{"count":0,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts\/657\/revisions"}],"wp:attachment":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/media?parent=657"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/categories?post=657"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/tags?post=657"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}