Why can't I .........

From: mbenzid(at)yahoo(dot)de (Mounir Benzid)
To: pgsql-sql(at)postgresql(dot)org
Subject: Why can't I .........
Date: 2001-07-31 07:54:39
Message-ID: 209b95b8.0107302354.7ff1147e@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

-- do a join between two databases within the same installation.

... where db1.table1.userid = db2.table2.userid

-- use labels to name columns in this way

... select col1 userid, col2 name from ... (instead of using AS)

-- do an update with full referenced colomns

... update table1 set table1.col1=value

???

Thank you in advance!
mo

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Gary Stainburn 2001-07-31 14:42:12 union in subselect?
Previous Message Tom Lane 2001-07-30 19:20:06 Re: Big table - using wrong index - why?