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