Re: [OT] SQL syntax qestion

2001-03-26 Thread Curtis Maurand
by 2; > > 2 being the column number of the result. > > Regards > > Quentin > > -Original Message----- > From: Curtis Maurand [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 20 March 2001 4:28 p.m. > To: MySQL List > Subject: [OT] SQL syntax qestion > > > Hi, &

Re: [OT] SQL syntax qestion

2001-03-19 Thread Mohamad Ilhami
On Mon, 19 Mar 2001, Curtis Maurand wrote: > Hi, > Just a quick quesiton, I have a table that contains difined as > > create table picks( >handle char(30) primary key, ><...> > total int unsigned); > > there is a user table that has a list of handles and other user info. handle

RE: [OT] SQL syntax qestion

2001-03-19 Thread Quentin Bennett
PROTECTED]] Sent: Tuesday, 20 March 2001 4:28 p.m. To: MySQL List Subject: [OT] SQL syntax qestion Hi, Just a quick quesiton, I have a table that contains difined as create table picks( handle char(30) primary key, <...> total int unsigned); there is a user table that has a l

[OT] SQL syntax qestion

2001-03-19 Thread Curtis Maurand
Hi, Just a quick quesiton, I have a table that contains difined as create table picks( handle char(30) primary key, <...> total int unsigned); there is a user table that has a list of handles and other user info. handle is the primary key. If I issue the command "select handle, su