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,
&
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
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
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