Re: What am I doing wrong? - Mailing list pgsql-novice

From John Poltorak
Subject Re: What am I doing wrong?
Date
Msg-id 20010117122931.Q85@eyup.org
Whole thread Raw
In response to Re: What am I doing wrong?  (John Poltorak <jp@eyup.org>)
List pgsql-novice
On Wed, Jan 17, 2001 at 12:08:35PM +0000, John Poltorak wrote:
> On Thu, Jan 18, 2001 at 12:29:42AM +1300, Andrew McMillan wrote:

> > test=# SELECT player, club from players natural join clubs;
>
> This works fine and it's simpler.
>
> BTW how do I limit this select to players from 'Juve' ?
>
> I tried appending "where club = 'Juve'", but this returned 0 rows...

Oops!

It does work, when you type it correctly :-).

--
John



pgsql-novice by date:

Previous
From: Luke Tudor - RSG
Date:
Subject: Nested Queries
Next
From: Nabil Sayegh
Date:
Subject: Re: Nested Queries