I'm looking for an efficient method of getting a single result from a SQL database randomly.
What I'm trying to accomplish is a "click here for new tip" where the tip is randomly selected from database. To simplify I don't care if this user has already seen this tip recently or ever before.
I realize I could get all tips then select one at random but that seems terribly inefficient, is there a built in or easy 'Random' function?
Thanks in advance