esthera
03-16-2005, 07:37 PM
I have the following code
select top 1 * from users
how can I instead of selecting the top just select a random record?
select top 1 * from users
how can I instead of selecting the top just select a random record?
View Full Version : select random record