sql_language thread: Random
I want to select random rows of a particular selection. Basically i have a
table named Question with fields
QuestionId varchar(12)
Topic varchar(12)
Question varchar(1000)
Now for a paticular topic there can be many questions. So for a given topic
i want to pick questions in random order so that no sequence is generated.
Thanks for ur reply
|





