{"id":4486,"date":"2023-11-29T15:59:07","date_gmt":"2023-11-29T15:59:07","guid":{"rendered":"https:\/\/ibex.tech\/python\/?p=4486"},"modified":"2023-11-29T15:59:08","modified_gmt":"2023-11-29T15:59:08","slug":"delete-queries","status":"publish","type":"post","link":"https:\/\/ibex.tech\/python\/database\/sqlite\/queries\/delete-queries","title":{"rendered":"DELETE queries"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Delete example<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>    db1cursor.execute(\"\"\"DELETE FROM my_table \r\n                      WHERE some_column = ?\r\n                      \"\"\",(my_value1,))\r\n    db1.commit()<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Delete example<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[355],"tags":[],"class_list":["post-4486","post","type-post","status-publish","format-standard","hentry","category-queries"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4486","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=4486"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4486\/revisions"}],"predecessor-version":[{"id":4487,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4486\/revisions\/4487"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/media?parent=4486"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/categories?post=4486"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/tags?post=4486"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}