P
phillip9
Hello,
I have the following query that returns some duplicates:
SELECT DISTINCTROW [2005].expiration_date, cr2.property_name_text,
cr2.project_manager_name_text, cr2.contract_number, cr2.MshdaRFP
FROM 2005 INNER JOIN cr2 ON [2005].property_id = cr2.property_id;
query results = 275 records
table:cr2 = 250 records
table:2005 = 248 records
There are some duplicates in each of the tables (cr2 & 2005) by design, this
is because of the work-flow of the office.
I have tried all 3 types of Join's and also drawing my join line in both
directions; between the tables. Either way, the joins return about 275
records.
If you need more information from me, please let me know.
thank you,
phil
I have the following query that returns some duplicates:
SELECT DISTINCTROW [2005].expiration_date, cr2.property_name_text,
cr2.project_manager_name_text, cr2.contract_number, cr2.MshdaRFP
FROM 2005 INNER JOIN cr2 ON [2005].property_id = cr2.property_id;
query results = 275 records
table:cr2 = 250 records
table:2005 = 248 records
There are some duplicates in each of the tables (cr2 & 2005) by design, this
is because of the work-flow of the office.
I have tried all 3 types of Join's and also drawing my join line in both
directions; between the tables. Either way, the joins return about 275
records.
If you need more information from me, please let me know.
thank you,
phil