Is it possible to insert/update a field col with rand numbers automatically, lets say once a day?
Then I guess I should be able to Order my results by this field and so have a result set that is different every 24 hours.
I've tried to go down the RAND() route but with paging, the results are random on every loop, and if I seed the RAND, the results, though random, are always the same even when the same query is made.
Hi, haven't tried it yet, but will that stop the results re-randomising on each re-iteration of the loop? The biggest problem I have found is just using Rand () the results are different when navigating forward and backward through them.
Bookmarks