erobles wrote:
Hi!

In  postgresql 7.2  i can use  this kind of querys:

select  table.* ;

select  * from  table1 where  table1.key=othertable.key;


but in  postgresql 8.3  i have  an error like this:
ERROR: missing FROM-clause entry for table ...


what should i do to solve this?  :-)






--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to