Why can't I ......... - Mailing list pgsql-sql

From mbenzid@yahoo.de (Mounir Benzid)
Subject Why can't I .........
Date
Msg-id 209b95b8.0107302354.7ff1147e@posting.google.com
Whole thread Raw
Responses Re: Why can't I .........
List 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


pgsql-sql by date:

Previous
From: Vivek Khera
Date:
Subject: Re: Adding an INTERVAL to a variable
Next
From: Gunnar Rønning
Date:
Subject: Re: When PostgreSQL compliant JDBC 2.0?