Re: error...what to do? - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: error...what to do?
Date
Msg-id 20021018105831.Q26104-100000@megazone23.bigpanda.com
Whole thread Raw
In response to error...what to do?  (George <beckergb@pacbell.net>)
List pgsql-sql
On Sat, 12 Oct 2002, George wrote:

> beckerbalab2=> select * from ffix_ability;
>
> ability_name     |              ability_description               |
> type    | cost

> beckerbalab2=> SELECT ffix_ability.name, ffix_ability.cost
^^ ffix_ability.ability_name, right?  Same below.
>
> beckerbalab2-> FROM ffix_can_learn NATURAL JOIN  ffix_ability
>
> beckerbalab2->  WHERE ffix_can_learn.character_name = 'Zidane'
>
> beckerbalab2-> EXCEPT --this is the difference operator hope it works
>
> beckerbalab2-> SELECT ffix_ability.name, ffix_ability.cost
>
> beckerbalab2-> FROM ffix_can_learn NATURAL JOIN  ffix_ability
>
> beckerbalab2-> WHERE ffix_can_learn.character_name = 'Steiner';
>
> ERROR:  No such attribute or function 'name'
>
> beckerbalab2=>
>
>
>
>



pgsql-sql by date:

Previous
From: Jeffrey Green
Date:
Subject: foreign key, create table, and transactions
Next
From: Bruce Momjian
Date:
Subject: Re: functions that return a dataset or set of rows