|
A Union
Join would look something like this: SELECT
DISTINCT (Value Expression) FROM (Table Reference) UNION JOIN (Table
Reference) ON (Search Condition) USING
(Column Name) -----Original
Message----- I need to get the primary
key from table A in database Employee and find all related info on table B in
database Personnel. Will Union do that and if so what is the syntax to
use two different databases in one query? -----Original Message----- Try using UNION -----Original Message----- I need help constructing
a query that pulls information from a table in one database from a table in
another database. ( from two different datasources). The database is SQL Server
2000. Thanks! Dave
Hagen |
Title: SQL Query
- SQL Query David Hagen
- RE: SQL Query Eli Sanders
- RE: SQL Query David Hagen
- RE: SQL Query Jeremy Ridout
- RE: SQL Query Sorge, Bruce
- RE: SQL Query Schreck, Tom
