G
Guest
I am trying to run this sql with the count of unique customers. I have a
large DB and need to know how many customers I have by each mkt segment by
region.
SELECT [Natl Reg POS August 2004].Region, [Natl Reg POS August 2004].[Mkt
Segment], [Natl Reg POS August 2004].Customer
FROM [Natl Reg POS August 2004];
large DB and need to know how many customers I have by each mkt segment by
region.
SELECT [Natl Reg POS August 2004].Region, [Natl Reg POS August 2004].[Mkt
Segment], [Natl Reg POS August 2004].Customer
FROM [Natl Reg POS August 2004];