How do I populate a field with a randomly generated number on every row???
I am trying to sort a long list of sequential phone numbers in to a randomised order. I am currently using left and right queries to take two numbers from the phone number and divide them by eachother, but there are still sequential patterns in the numbers.
Thanks
I am trying to sort a long list of sequential phone numbers in to a randomised order. I am currently using left and right queries to take two numbers from the phone number and divide them by eachother, but there are still sequential patterns in the numbers.
Thanks