|
-
Oct 12th, 2000, 08:17 AM
#1
Thread Starter
Lively Member
Hi Guys,
I have two set of databases, namely database1, database2. However, both of these db contains a member table with similar fields.
How do I do a select statement from both databases?
I tried the following statement but failed.
SELECT FROM dbo.database1.member as D1 INNER JOIN dbo.database2.member AS D2 ON D1.MemberID = D2.MemberID
Please advise.
Thanx in advance.
Regards.
KT
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|