Jump to content

how select random records from table with unique values


zohab

Recommended Posts

hi all

 

In my project i need to select random records from table with unique values

 

i had implemented this with mysql rand function but i am gettng repated records with this function

 

in sql we have newid() function which gives random+unique records.

 

how can we do this mysql or using php

 

i use rand() as "select * from tablename order by rand()"

 

any help?

 

thanks in advance

 

best regards

zohab

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.