{"id":1928,"date":"2021-03-18T19:34:54","date_gmt":"2021-03-18T10:34:54","guid":{"rendered":"http:\/\/blog.anyons.net\/?p=1928"},"modified":"2022-07-12T14:43:01","modified_gmt":"2022-07-12T05:43:01","slug":"%ed%86%b5%ea%b3%84%ec%9a%a9-%ec%bf%bc%eb%a6%ac-%ec%83%98%ed%94%8c","status":"publish","type":"post","link":"https:\/\/anyons.net\/?p=1928","title":{"rendered":"\ud1b5\uacc4\uc6a9 \ucffc\ub9ac \uc0d8\ud50c"},"content":{"rendered":"\n<pre class=\"lang:tsql decode:true\">select year as '\ub144', month as '\uc6d4', count(*) as count\nfrom (\n\tselect\n\t\tYEAR(us.fd_dtcreate) as 'year',\n\t\tMONTH(us.fd_dtcreate)  as 'month'\n\tfrom tb_ykfile as us\n\twhere us.fd_dtCreate &gt; '2020-08-01' and us.fd_dtCreate &lt;= '2022-01-01'\n) tb\ngroup by year, month\norder by year, month\n;<\/pre>\n<pre class=\"lang:tsql decode:true\">SELECT    CONVERT(varCHAR(10),Dateadd(d, a.number,'2020-08-01 00:00:00'),120) AS dt\n          ,Isnull(b.count, 0)                            AS count\nFROM      master..spt_values a \nLEFT JOIN \n          ( \n                   SELECT   count(*)                    AS count, \n                            CONVERT(CHAR(10), b1.fd_dtcreate,120) AS fd_dtcreate\n                   FROM     tb_ykfile b1 WITH(nolock) \n                   GROUP BY CONVERT(CHAR(10), b1.fd_dtcreate, 120)\n\t\t ) b \nON        CONVERT(CHAR(10), Dateadd(d, a.number,'2020-08-01 00:00:00'), 120) = b.fd_dtcreate \nWHERE TYPE = 'P' AND CONVERT(CHAR(10), DATEADD(D, NUMBER, '2020-08-01'), 120) &lt;= '2022-01-01'\norder by dt\n;<\/pre>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p> select year as &#8216;\ub144&#8217;, month as &#8216;\uc6d4&#8217;, count(*) as count from ( select YEAR(us.fd_dtcreate) as &#8216;year&#8217;, MONTH(us.fd_dtcreate) as &#8216;month&#8217; from tb_ykfile as us where us.fd_dtCreate &gt; &#8216;2020-08-01&#8217; and us.fd_dtCreate &lt;= &#8216;2022-01-01&#8242; ) tb group by year, month order by year, month ; SELECT CONVERT(varCHAR(10),Dateadd(d, a.number,&#8217;2020-08-01 00:00:00&#8217;),120) AS dt ,Isnull(b.count, 0) AS count FROM master..spt_values [&#8230;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[96],"tags":[112,117,103,441,442],"class_list":["post-1928","post","type-post","status-publish","format-standard","hentry","category-programming","tag-mssql","tag-query","tag-sql","tag-441","tag-442","odd"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\ud1b5\uacc4\uc6a9 \ucffc\ub9ac \uc0d8\ud50c - anydragon<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/anyons.net\/?p=1928\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud1b5\uacc4\uc6a9 \ucffc\ub9ac \uc0d8\ud50c - anydragon\" \/>\n<meta property=\"og:description\" content=\"select year as &#039;\ub144&#039;, month as &#039;\uc6d4&#039;, count(*) as count from ( select YEAR(us.fd_dtcreate) as &#039;year&#039;, MONTH(us.fd_dtcreate) as &#039;month&#039; from tb_ykfile as us where us.fd_dtCreate &gt; &#039;2020-08-01&#039; and us.fd_dtCreate &lt;= &#039;2022-01-01&#039; ) tb group by year, month order by year, month ; SELECT CONVERT(varCHAR(10),Dateadd(d, a.number,&#039;2020-08-01 00:00:00&#039;),120) AS dt ,Isnull(b.count, 0) AS count FROM master..spt_values [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/anyons.net\/?p=1928\" \/>\n<meta property=\"og:site_name\" content=\"anydragon\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/anydragon\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/anydragon\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-18T10:34:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-12T05:43:01+00:00\" \/>\n<meta name=\"author\" content=\"anydragon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@anydragon\" \/>\n<meta name=\"twitter:site\" content=\"@anydragon\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"anydragon\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1928#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1928\"},\"author\":{\"name\":\"anydragon\",\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"headline\":\"\ud1b5\uacc4\uc6a9 \ucffc\ub9ac \uc0d8\ud50c\",\"datePublished\":\"2021-03-18T10:34:54+00:00\",\"dateModified\":\"2022-07-12T05:43:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1928\"},\"wordCount\":0,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"keywords\":[\"MSSQL\",\"query\",\"sql\",\"\ucffc\ub9ac\",\"\ud1b5\uacc4\"],\"articleSection\":[\"Programming\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/anyons.net\\\/?p=1928#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1928\",\"url\":\"https:\\\/\\\/anyons.net\\\/?p=1928\",\"name\":\"\ud1b5\uacc4\uc6a9 \ucffc\ub9ac \uc0d8\ud50c - anydragon\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#website\"},\"datePublished\":\"2021-03-18T10:34:54+00:00\",\"dateModified\":\"2022-07-12T05:43:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1928#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/anyons.net\\\/?p=1928\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1928#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/anyons.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud1b5\uacc4\uc6a9 \ucffc\ub9ac \uc0d8\ud50c\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/anyons.net\\\/#website\",\"url\":\"https:\\\/\\\/anyons.net\\\/\",\"name\":\"anydragon\",\"description\":\"mac, linux, aws, c, c++, mysql, mssql, redis, csharp, nodejs, rust, golang\",\"publisher\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/anyons.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\",\"name\":\"anydragon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"http:\\\/\\\/anyons.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/bg3-scaled.jpeg\",\"url\":\"http:\\\/\\\/anyons.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/bg3-scaled.jpeg\",\"contentUrl\":\"http:\\\/\\\/anyons.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/bg3-scaled.jpeg\",\"width\":2560,\"height\":1440,\"caption\":\"anydragon\"},\"logo\":{\"@id\":\"http:\\\/\\\/anyons.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/bg3-scaled.jpeg\"},\"sameAs\":[\"http:\\\/\\\/anyons.net\",\"https:\\\/\\\/www.facebook.com\\\/anydragon\",\"https:\\\/\\\/x.com\\\/anydragon\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCr78KWpvmk398vPfpUTWNLg\"],\"url\":\"https:\\\/\\\/anyons.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ud1b5\uacc4\uc6a9 \ucffc\ub9ac \uc0d8\ud50c - anydragon","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/anyons.net\/?p=1928","og_locale":"ko_KR","og_type":"article","og_title":"\ud1b5\uacc4\uc6a9 \ucffc\ub9ac \uc0d8\ud50c - anydragon","og_description":"select year as '\ub144', month as '\uc6d4', count(*) as count from ( select YEAR(us.fd_dtcreate) as 'year', MONTH(us.fd_dtcreate) as 'month' from tb_ykfile as us where us.fd_dtCreate &gt; '2020-08-01' and us.fd_dtCreate &lt;= '2022-01-01' ) tb group by year, month order by year, month ; SELECT CONVERT(varCHAR(10),Dateadd(d, a.number,'2020-08-01 00:00:00'),120) AS dt ,Isnull(b.count, 0) AS count FROM master..spt_values [...]","og_url":"https:\/\/anyons.net\/?p=1928","og_site_name":"anydragon","article_publisher":"https:\/\/www.facebook.com\/anydragon","article_author":"https:\/\/www.facebook.com\/anydragon","article_published_time":"2021-03-18T10:34:54+00:00","article_modified_time":"2022-07-12T05:43:01+00:00","author":"anydragon","twitter_card":"summary_large_image","twitter_creator":"@anydragon","twitter_site":"@anydragon","twitter_misc":{"\uae00\uc4f4\uc774":"anydragon","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/anyons.net\/?p=1928#article","isPartOf":{"@id":"https:\/\/anyons.net\/?p=1928"},"author":{"name":"anydragon","@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"headline":"\ud1b5\uacc4\uc6a9 \ucffc\ub9ac \uc0d8\ud50c","datePublished":"2021-03-18T10:34:54+00:00","dateModified":"2022-07-12T05:43:01+00:00","mainEntityOfPage":{"@id":"https:\/\/anyons.net\/?p=1928"},"wordCount":0,"commentCount":0,"publisher":{"@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"keywords":["MSSQL","query","sql","\ucffc\ub9ac","\ud1b5\uacc4"],"articleSection":["Programming"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/anyons.net\/?p=1928#respond"]}]},{"@type":"WebPage","@id":"https:\/\/anyons.net\/?p=1928","url":"https:\/\/anyons.net\/?p=1928","name":"\ud1b5\uacc4\uc6a9 \ucffc\ub9ac \uc0d8\ud50c - anydragon","isPartOf":{"@id":"https:\/\/anyons.net\/#website"},"datePublished":"2021-03-18T10:34:54+00:00","dateModified":"2022-07-12T05:43:01+00:00","breadcrumb":{"@id":"https:\/\/anyons.net\/?p=1928#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/anyons.net\/?p=1928"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/anyons.net\/?p=1928#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/anyons.net\/"},{"@type":"ListItem","position":2,"name":"\ud1b5\uacc4\uc6a9 \ucffc\ub9ac \uc0d8\ud50c"}]},{"@type":"WebSite","@id":"https:\/\/anyons.net\/#website","url":"https:\/\/anyons.net\/","name":"anydragon","description":"mac, linux, aws, c, c++, mysql, mssql, redis, csharp, nodejs, rust, golang","publisher":{"@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/anyons.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":["Person","Organization"],"@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b","name":"anydragon","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"http:\/\/anyons.net\/wp-content\/uploads\/2022\/06\/bg3-scaled.jpeg","url":"http:\/\/anyons.net\/wp-content\/uploads\/2022\/06\/bg3-scaled.jpeg","contentUrl":"http:\/\/anyons.net\/wp-content\/uploads\/2022\/06\/bg3-scaled.jpeg","width":2560,"height":1440,"caption":"anydragon"},"logo":{"@id":"http:\/\/anyons.net\/wp-content\/uploads\/2022\/06\/bg3-scaled.jpeg"},"sameAs":["http:\/\/anyons.net","https:\/\/www.facebook.com\/anydragon","https:\/\/x.com\/anydragon","https:\/\/www.youtube.com\/channel\/UCr78KWpvmk398vPfpUTWNLg"],"url":"https:\/\/anyons.net\/?author=1"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":21,"url":"https:\/\/anyons.net\/?p=21","url_meta":{"origin":1928,"position":0},"title":"\uc624\ub77c\ud074\uc5d0\uc11c \ud14c\uc774\ube14 \uba85\ub4e4\uc744 \uac00\uc9c0\uace0 \uc624\ub294 \ucffc\ub9ac","author":"anydragon","date":"2009\ub144 10\uc6d4 29\uc77c","format":false,"excerpt":"select * from dba_tab_comments where 1=1 and owner='anyxxxxxx' and comments is NULL and table_name not like 'BIN$%' order by table_name","rel":"","context":"&quot;Programming&quot;\uc5d0\uc11c","block_context":{"text":"Programming","link":"https:\/\/anyons.net\/?cat=96"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":22,"url":"https:\/\/anyons.net\/?p=22","url_meta":{"origin":1928,"position":1},"title":"\uc624\ub77c\ud074\uc5d0\uc11c \uceec\ub7fc \uba85\ub4e4\uc744 \uac00\uc9c0\uace0 \uc624\ub294 \ucffc\ub9ac","author":"anydragon","date":"2009\ub144 10\uc6d4 29\uc77c","format":false,"excerpt":"select * from dba_col_comments where 1=1 and owner='anyxxxxxx' and comments is NULL and able_name not like 'BIN$%' order by table_name","rel":"","context":"&quot;Command&quot;\uc5d0\uc11c","block_context":{"text":"Command","link":"https:\/\/anyons.net\/?cat=93"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":263,"url":"https:\/\/anyons.net\/?p=263","url_meta":{"origin":1928,"position":2},"title":"MyBatis.Net &#8211; SQL \ucffc\ub9ac \uc774\uc058\uac8c(?) \ucd9c\ub825","author":"anydragon","date":"2012\ub144 01\uc6d4 18\uc77c","format":false,"excerpt":"iBatis.Net\uc5d0\uc11c \ucffc\ub9ac\ub97c \ub85c\uadf8\ub85c \ucd9c\ub825\ud558\uba74 \uc8fd~ \ud55c\uc904\ub85c\ub9cc \ub098\uc628\ub2e4. \uc774\ub54c \uac00\ub3c5\uc131\uc744 \ub192\uc774\uae30 \uc704\ud574\uc11c iBatis.Net\uc758 \ucf54\ub4dc\uc5d0\uc11c \uc544\ub798\ub97c \ubcc0\uacbd\ud55c\ub2e4. DataMapper \ud504\ub85c\uc81d\ud2b8\uc758 DomSqlMapBuilder \ud074\ub798\uc2a4\uc5d0\uc11c ParseDynamicTags() \uba54\uc18c\ub4dc... \/\/string data = child.InnerText.Replace('n', ' ').Replace('r', ' ').Replace('t', ' '); \/\/ \uc8fc\uc11d\ucc98\ub9ac!! string data = child.InnerText.Replace('t', ' '); 2008-10-24 11:39:24,281 - Statement Id: [select_categories] Prepared SQL: [select CategoryID, CategoryName,\u2026","rel":"","context":"&quot;Programming&quot;\uc5d0\uc11c","block_context":{"text":"Programming","link":"https:\/\/anyons.net\/?cat=96"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":270,"url":"https:\/\/anyons.net\/?p=270","url_meta":{"origin":1928,"position":3},"title":"SQL Injection \ubc29\uc5b4","author":"anydragon","date":"2012\ub144 02\uc6d4 20\uc77c","format":false,"excerpt":"\ucd9c\ucc98 : http:\/\/forums.asp.net\/t\/1254125.aspx \ub97c \ubcf4\uba74 ASP.NET 1.1\uc774\ub0d0 2.0 \uc774\ub0d0\uc5d0 \ub530\ub77c \uac01\uac01 \uc774\ub807\uac8c \ud558\ub77c\uace0 \ud55c\ub2e4. \uc544\uc9c1\uc740 \ub09c web.config\uac00 \uc775\uc219\uce58 \uc54a\uc544\uc11c \uadf8\ub7f0\uc9c0 1.1 \ubc29\uc2dd\uc73c\ub85c \ud558\uba74 \uc798 \ub418\ub294\ub370 2.0 \ubc29\uc2dd\uc73c\ub85c\ub294 \uc798 \uc548\ub41c\ub2e4. -_- ASP.NET 1.1 C# global.asax using System.Globalization; \/\/Defines the set of characters that will be checked. \/\/You can add to this\u2026","rel":"","context":"&quot;Programming&quot;\uc5d0\uc11c","block_context":{"text":"Programming","link":"https:\/\/anyons.net\/?cat=96"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1235,"url":"https:\/\/anyons.net\/?p=1235","url_meta":{"origin":1928,"position":4},"title":"MySQL \ud29c\ub2dd (from \ub098\ud504\ub2e4)","author":"anydragon","date":"2017\ub144 01\uc6d4 18\uc77c","format":false,"excerpt":"\uba3c\uc800 Subscription\uc744 \ubc1b\uc544\ub77c \uae30\uc220\uc9c0\uc6d0 \uc5c5\uccb4\uc5d0\uac8c \uc758\uc9c0\ud574\ub77c HW \uc758 \uc911\uc694\uc131 mysql community < mysql enterprize \uc4f0\ub808\ub4dc\ud480\uc774 \uc788\uace0 \uc5c6\uace0 \ucc28\uc774 (12 core \uc774\uc0c1\uc5d0\uc11c \uc131\ub2a5 \ucc28\uc774) -> maria DB\ub294 \uc4f0\ub808\ub4dc\ud480\uc774 \uc874\uc7ac \uc2a4\ud1a0\ub9ac\uc9c0 \uc5d4\uc9c4\uc774 \ub530\ub85c \uc788\ub2e4. my.cnf \ub97c \uc798 \uc368\ub77c default\ub85c \uc788\ub294 \uac83\uc740 \ub0ae\uc740 \uc2dc\uc2a4\ud15c\uc5d0\uc11c \ub3cc\ub9ac\uac8c\ub054 \ub418\uc5b4 \uc788\ub294 \uac83\uc774\ub2e4. \uc131\ub2a5 \ud55c\uacc4\uac00 \uc788\ub2e4. BMT \uc218\uce58\ub294\u2026","rel":"","context":"&quot;Configuration&quot;\uc5d0\uc11c","block_context":{"text":"Configuration","link":"https:\/\/anyons.net\/?cat=94"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1886,"url":"https:\/\/anyons.net\/?p=1886","url_meta":{"origin":1928,"position":5},"title":"MSSQL Paging","author":"anydragon","date":"2021\ub144 02\uc6d4 05\uc77c","format":false,"excerpt":"SELECT row_number() OVER(ORDER BY fd_nIdService DESC) AS PagedNumber, * FROM [tb_Service] AS [t] WHERE 1=1 ORDER BY [fd_nIdService] DESC OFFSET ((2 - 1) * 10) ROWS FETCH NEXT 10 ROWS ONLY \u00a0","rel":"","context":"&quot;Programming&quot;\uc5d0\uc11c","block_context":{"text":"Programming","link":"https:\/\/anyons.net\/?cat=96"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/posts\/1928","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1928"}],"version-history":[{"count":0,"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/posts\/1928\/revisions"}],"wp:attachment":[{"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1928"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1928"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1928"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}