Possible Duplicate:
Possible to perform cross-database queries with postgres?
I don-t know how to use one table from one database and second table from another databse at the same time or copy data from table in one database to table from another databse. I tried following query:
select * into NewTable from existingdb.dbo.existingTable;
But it doesnt't work.