I need a query that will look at several different tables to obtain needed records.
ex. Select field from table where field < 0
I need to incorporate seven different tables into this one query. All the tables have the field needed named the same.
I then need a distinct list of these field values so no duplicates will be returned.
Any help will be greatly appreciated.
Mark
ex. Select field from table where field < 0
I need to incorporate seven different tables into this one query. All the tables have the field needed named the same.
I then need a distinct list of these field values so no duplicates will be returned.
Any help will be greatly appreciated.
Mark