Is there a reason the update query doesn&#39;t work with the random function? Just wondering if this is a bug or not, because I&#39;m not quite sure of the purpose of the Rand() function if it can&#39;t update as well. It works technically but it always returns the same value - that&#39;s not random.<br>
<br>Update TableA Set FieldA=  RAND() <br>