I have a query of 5 tables, the primary table holds 600k records, the query is to emulate this primary table but adding additional fields from the other 4 tables based on joined fields, SiteID and StockID
my query is returning over 650k records and I'm guessing it's based on the join types?
My query should return the same number of records as the original primary table just with the additional fields
my query is returning over 650k records and I'm guessing it's based on the join types?
My query should return the same number of records as the original primary table just with the additional fields