pull a random record?

Options
Hi there,

Is there a simple way to pull a random record from a table?  I know I can do it in a few steps... counting the total records, choosing a random number equal or less than that total, and searching by ID.....  but in this case, I'm pulling quite a few variables, so I'm trying to be as lean as possible.....

Thanks!

Comments