{"id":3827,"date":"2021-08-14T14:40:06","date_gmt":"2021-08-14T13:40:06","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=3827"},"modified":"2022-02-17T07:13:46","modified_gmt":"2022-02-17T07:13:46","slug":"random-value-per-row","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/mysql\/queries\/update-queries\/random-value-per-row","title":{"rendered":"Random value per row"},"content":{"rendered":"\n<p>NewId is good for this as it acts per row:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>    $sql = $wpdb->prepare(\"UPDATE {$wpdb->prefix}my_table_name SET\r\n                DisplayOrder = abs(checksum(NewId()) % 10000)\r\n            WHERE ListCategoryId = %d\r\n            \", $ListCategoryId);\r\n    if (current_user_can('administrator'))\r\n      $wpdb->show_errors();\r\n    $wpdb->query($sql);\r\n    \r\n    \/\/abs(checksum(NewId()) % 10000)      &lt;&lt;&lt;Generates a random number between 0 and 9999<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>NewId is good for this as it acts per row:<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[240],"tags":[],"class_list":["post-3827","post","type-post","status-publish","format-standard","hentry","category-update-queries"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3827","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=3827"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3827\/revisions"}],"predecessor-version":[{"id":3828,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3827\/revisions\/3828"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=3827"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=3827"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=3827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}