/ Published in: MySQL
This code is useful if you have a table where some records have been deleted. This code will favor records after large blocks of deleted records.
1) Get max id
2) generate random number with the max id
3) Query DB with random number.
1) Get max id
2) generate random number with the max id
3) Query DB with random number.
Expand |
Embed | Plain Text