RE: Research Subjects drawn randomly from databases

2007-05-01 Thread Jerry Schwartz
ROTECTED] > Sent: Monday, April 30, 2007 2:42 PM > To: MySQL > Subject: RE: Research Subjects drawn randomly from databases > > id is an integer ... > > describe persons; > ++---+--+-+--- > --+---+ > | Field | Type

RE: Research Subjects drawn randomly from databases

2007-04-30 Thread John Kebbel
0.674.8341 > > > > -Original Message- > > From: John Kebbel [mailto:[EMAIL PROTECTED] > > Sent: Sunday, April 29, 2007 11:49 AM > > To: MySQL > > Subject: Re: Research Subjects drawn randomly from databases > > > > I rewrote my line using

RE: Research Subjects drawn randomly from databases

2007-04-30 Thread Jerry Schwartz
From: John Kebbel [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 29, 2007 11:49 AM > To: MySQL > Subject: Re: Research Subjects drawn randomly from databases > > I rewrote my line using your suggestion ... > > select id,first,middle,last from persons order by rand() limit 10;

Re: Research Subjects drawn randomly from databases

2007-04-29 Thread John Kebbel
I rewrote my line using your suggestion ... select id,first,middle,last from persons order by rand() limit 10; and it worked perfectly. I'm still curious about why my original version gave such cockeyed results, but I'll focus on the successful solution and leave that unsolved problem for anoth

Re: Research Subjects drawn randomly from databases

2007-04-29 Thread Michael Dykman
If might suggest: SELECT * FROM BAR ORDER BY RAND() LIMIT 10 On 4/29/07, John Kebbel <[EMAIL PROTECTED]> wrote: For possible educational research purposes, I was playing around with a query that would randomly select people from a database. The database I experiment with has a group of fictiti

RE: Research

2002-08-14 Thread Daniel Gormley
://www.cyberbasin.com 915.688.0127 -Original Message- From: Sumeet Chahal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 2:09 PM To: '[EMAIL PROTECTED]' Subject: RE: Research Hello, My name is Sumeet Chahal and I work for

RE: Research

2002-08-14 Thread Sumeet Chahal
Hello, My name is Sumeet Chahal and I work for Usability Sciences in Dallas, TX. We will be conducting industry research for a large data modeling software company. The results of this study will be used for product development and marketing purposes. We are looking for people to participate