Hi All, I've been having a tough time coming up with a good way to do this:
- I have a (postgresql) DB table containing quoteId, quote, author - I want to have a randomly selected quote appear on a web page Can anyone suggest an efficient way to do this without having to pull in a bunch on data? Thanks in advance, Steve
