I am planning to add a small database of FAQs, and the system will randomly show one on each site page.
I am quite capable at creating SQL quiries, but I am looking for the following functionally:
Rather than for example SELECT (the) TOP 10 of the results, I want to randomly choose one of the results. Is this possible within the quiery or do I need to just SELECT all the results and then randomly select one? (Seems like an unessary server overhead)
Any advice would be very welcome.
Thanks
Nathan
I am quite capable at creating SQL quiries, but I am looking for the following functionally:
Rather than for example SELECT (the) TOP 10 of the results, I want to randomly choose one of the results. Is this possible within the quiery or do I need to just SELECT all the results and then randomly select one? (Seems like an unessary server overhead)
Any advice would be very welcome.
Thanks
Nathan