Wrox Home  
Search P2P Archive for: Go

  Return to Index  

sql_language thread: Random


Message #1 by "kauind" <kaus@i...> on Sun, 13 Aug 2000 12:38:16
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

  Return to Index