{"id":130,"date":"2021-07-05T07:56:18","date_gmt":"2021-07-05T06:56:18","guid":{"rendered":"https:\/\/www.simons.tools\/en\/?p=130"},"modified":"2021-07-05T07:56:18","modified_gmt":"2021-07-05T06:56:18","slug":"mysql-insert-or-replace-if-exists","status":"publish","type":"post","link":"https:\/\/www.simons.tools\/en\/mysql-insert-or-replace-if-exists\/","title":{"rendered":"MySQL Insert OR Replace if exists"},"content":{"rendered":"\n<pre class=\"wp-block-preformatted\">INSERT INTO `meta` <br>        SET `key`=:key, `value`=:value <br>        ON DUPLICATE KEY <br>        UPDATE `key`=:key, `value`=:value \",<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>INSERT INTO `meta` SET `key`=:key, `value`=:value ON DUPLICATE KEY UPDATE `key`=:key, `value`=:value &#8220;,<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_en_post_content":"<!-- wp:preformatted -->\n<pre class=\"wp-block-preformatted\">INSERT INTO `meta` <br>        SET `key`=:key, `value`=:value <br>        ON DUPLICATE KEY <br>        UPDATE `key`=:key, `value`=:value \",<\/pre>\n<!-- \/wp:preformatted -->","_en_post_name":"mysql-insert-or-replace-if-exists","_en_post_excerpt":"","_en_post_title":"MySQL Insert OR Replace if exists","_de_post_content":"","_de_post_name":"","_de_post_excerpt":"","_de_post_title":"","edit_language":"en","footnotes":""},"categories":[12],"tags":[],"class_list":["post-130","post","type-post","status-publish","format-standard","hentry","category-uncategorized","entry"],"_links":{"self":[{"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/posts\/130","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/comments?post=130"}],"version-history":[{"count":2,"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/posts\/130\/revisions"}],"predecessor-version":[{"id":132,"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/posts\/130\/revisions\/132"}],"wp:attachment":[{"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/media?parent=130"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/categories?post=130"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/tags?post=130"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}