{"id":4468,"date":"2023-11-29T15:12:10","date_gmt":"2023-11-29T15:12:10","guid":{"rendered":"https:\/\/ibex.tech\/python\/?p=4468"},"modified":"2023-11-29T15:13:57","modified_gmt":"2023-11-29T15:13:57","slug":"order-by","status":"publish","type":"post","link":"https:\/\/ibex.tech\/python\/database\/sqlite\/queries\/select\/order-by","title":{"rendered":"ORDER BY"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">ORDER BY example<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>    db1cursor.execute(\"\"\"SELECT * FROM my_table \n                      WHERE some_column = ?\n                      ORDER BY some_column_name ASC\n                      \"\"\",(my_value1,))\n    rows = db1cursor.fetchall()<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>ORDER BY example<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[357],"tags":[],"class_list":["post-4468","post","type-post","status-publish","format-standard","hentry","category-select"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4468","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/comments?post=4468"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4468\/revisions"}],"predecessor-version":[{"id":4473,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4468\/revisions\/4473"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/media?parent=4468"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/categories?post=4468"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/tags?post=4468"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}