{"id":2805,"date":"2020-05-13T16:20:15","date_gmt":"2020-05-13T15:20:15","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=2805"},"modified":"2022-02-17T07:13:48","modified_gmt":"2022-02-17T07:13:48","slug":"create-random-value-within-a-query","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/mysql\/random-mysql\/create-random-value-within-a-query","title":{"rendered":"Create Random Value Within A Query"},"content":{"rendered":"\n<p>RAND() returns a random number >= 0 and &lt;1<\/p>\n\n\n\n<p>So the following returns a random integer between 0 and &lt;50:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ROUND(RAND() * 50)<\/code><\/pre>\n\n\n\n<p>The following returns a random integer between 10 and &lt;60:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ROUND((RAND() * 50) + 10 )<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>RAND() returns a random number >= 0 and &lt;1 So the following returns a random integer between 0 and &lt;50: The following returns a random integer between 10 and &lt;60:<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[241],"tags":[],"class_list":["post-2805","post","type-post","status-publish","format-standard","hentry","category-random-mysql"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2805","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=2805"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2805\/revisions"}],"predecessor-version":[{"id":2806,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2805\/revisions\/2806"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=2805"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=2805"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=2805"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}