{"id":220,"date":"2012-02-07T17:16:53","date_gmt":"2012-02-07T17:16:53","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=220"},"modified":"2024-01-05T13:49:19","modified_gmt":"2024-01-05T13:49:19","slug":"limit-results","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/mysql\/queries\/select\/limit-results","title":{"rendered":"LIMIT Results"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>  SELECT * FROM table_name LIMIT 30\n\n  SELECT * FROM table_name LIMIT 0 , 30\n\n  SELECT * FROM table_name LIMIT $LimitOffset , $LimitRowCount\n\n  SELECT group_id FROM group_channels WHERE group_id = $group_id LIMIT 1\"\n\n  SELECT group_id FROM group_channels WHERE group_id = $group_id ORDER BY device_id DESC LIMIT 1\"<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[64],"tags":[],"class_list":["post-220","post","type-post","status-publish","format-standard","hentry","category-select"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=220"}],"version-history":[{"count":8,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/220\/revisions"}],"predecessor-version":[{"id":4571,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/220\/revisions\/4571"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=220"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=220"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}