{"id":1072,"date":"2020-12-07T20:14:14","date_gmt":"2020-12-07T11:14:14","guid":{"rendered":"http:\/\/leenux.kr\/?p=1072"},"modified":"2021-12-28T12:36:30","modified_gmt":"2021-12-28T03:36:30","slug":"sql-limit","status":"publish","type":"post","link":"https:\/\/leenux.kr\/?p=1072","title":{"rendered":"[SQL] Limit"},"content":{"rendered":"\n<p class=\"has-text-color has-medium-font-size has-very-dark-gray-color\"><strong>SQL Limit\uc740 DML(\ub370\uc774\ud130 \uc870\uc791\uc5b4)\uc778 SELECT\uc5d0\uc11c \uc0ac\uc6a9\ub418\uba70 \ub9ce\uc774 \ud504\ub85c\uadf8\ub7a8 \uac1c\ubc1c\uc5d0\uc11c \uc720\uc6a9\ud558\uac8c \uc0ac\uc6a9\uc774 \ub41c\ub2e4. <\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SELECT * FROM [\ud14c\uc774\ube14] LIMIT [\ud30c\ub77c\ubbf8\ud1301, \ud30c\ub77c\ubbf8\ud1302]; \nex : \ub370\uc774\ud130 1~50,\nex: SELECT * FROM \ud14c\uc774\ube14 LIMIT 0, 10; result : 1~10  \nex: SELECT * FROM \ud14c\uc774\ube14 LIMIT 10, 10; result : 11~20  \nex: SELECT * FROM \ud14c\uc774\ube14 LIMIT 20, 10; result : 21~30   <\/code><\/pre>\n\n\n\n<p class=\"has-text-color has-medium-font-size has-very-dark-gray-color\"><strong>Limit\uc740 (\ud30c\ub77c\ubbf8\ud1301) \uc5d0\uc11c\ubd80\ud130 (\ud30c\ub77c\ubbf8\ud1302) \uac1c\ub97c \uac00\uc838\uc628\ub2e4.<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>SQL Limit\uc740 DML(\ub370\uc774\ud130 \uc870\uc791\uc5b4)\uc778 SELECT\uc5d0\uc11c \uc0ac\uc6a9\ub418\uba70 \ub9ce\uc774 \ud504\ub85c\uadf8\ub7a8 \uac1c\ubc1c\uc5d0\uc11c \uc720\uc6a9\ud558\uac8c \uc0ac\uc6a9\uc774 \ub41c\ub2e4. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1069,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[39,27],"tags":[],"_links":{"self":[{"href":"https:\/\/leenux.kr\/index.php?rest_route=\/wp\/v2\/posts\/1072"}],"collection":[{"href":"https:\/\/leenux.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/leenux.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/leenux.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/leenux.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1072"}],"version-history":[{"count":3,"href":"https:\/\/leenux.kr\/index.php?rest_route=\/wp\/v2\/posts\/1072\/revisions"}],"predecessor-version":[{"id":1310,"href":"https:\/\/leenux.kr\/index.php?rest_route=\/wp\/v2\/posts\/1072\/revisions\/1310"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/leenux.kr\/index.php?rest_route=\/wp\/v2\/media\/1069"}],"wp:attachment":[{"href":"https:\/\/leenux.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1072"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/leenux.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1072"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/leenux.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1072"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}