I have a table with customers records (tbl_customers) and I am wanting to randomly pick around 1500 records from a list of 5000.The fields are pretty simple....'Forename','Surname','Address' etc.
I could at the very worst just pick lots of 100 or so at a time and put into a new db, but was hoping to be able to use some random function, but wasnt sure how.
I could at the very worst just pick lots of 100 or so at a time and put into a new db, but was hoping to be able to use some random function, but wasnt sure how.