{"id":4819,"date":"2025-01-22T13:48:25","date_gmt":"2025-01-22T13:48:25","guid":{"rendered":"https:\/\/ibex.tech\/python\/?p=4819"},"modified":"2025-01-22T13:48:26","modified_gmt":"2025-01-22T13:48:26","slug":"update-query","status":"publish","type":"post","link":"https:\/\/ibex.tech\/python\/database\/sqlite\/queries\/update-query","title":{"rendered":"UPDATE query"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>    db1cursor.execute(\"\"\"UPDATE table_name\n                        SET \n                            my_column1 = ?,\n                            my_column2 = ?\n                        WHERE some_column = ?\n                    \"\"\",\n                    (my_string1, my_value1, my_value1));\n    db1.commit()<\/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":[355],"tags":[],"class_list":["post-4819","post","type-post","status-publish","format-standard","hentry","category-queries"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4819","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=4819"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4819\/revisions"}],"predecessor-version":[{"id":4820,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4819\/revisions\/4820"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/media?parent=4819"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/categories?post=4819"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/tags?post=4819"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}