Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> joining table from oracle db to a table in ms sql db

joining table from oracle db to a table in ms sql db

From: hrushi <hbhome_at_gmail.com>
Date: 13 Feb 2007 09:06:17 -0800
Message-ID: <1171386377.803275.145700@v45g2000cwv.googlegroups.com>


I am using following query to get data from a table in oracle db:

SELECT *
FROM OPENQUERY(ARADMIN, 'select Column1 from Oracle_Table WHERE status not in (''a'','b'',''c'') '
Order by OPENEDDATE DESC

I want to join a table from MS SQL 2000 DB in the above query,

can any one let me know how this can be done?

thankx,
rushi Received on Tue Feb 13 2007 - 11:06:17 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US