View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 11:29 AM
Captain Paralytic
 
Posts: n/a
Default Re: Selecting a random row

On 24 Oct, 23:36, "laredotorn...@zipmail.com"
<laredotorn...@zipmail.com> wrote:
> Hi,
>
> I'm using MySQL 5.0 and have InnoDB tables. How do I select a random,
> single row of data from a given table, "T"?
>
> Thanks, - Dave


It is a 3 step process:

1) You use Google to search this group for the word "random"
2) You read a couple of the posts there that explain how to do it
3) You do it

Reply With Quote