Viewing 2 posts - 1 through 2 (of 2 total)
It should work. We are only doing a distinct on the price. see below. Also this is a good example of running the same thing on a single table.
CREATE...
July 31, 2008 at 2:30 pm
#851539
Not sure about the syntax but i would do something like this.
SELECT T1.A5CPGP AS [CUSTOMER PRICE GROUP],
T3.KIICID AS [ITEM KEY],
...
July 31, 2008 at 12:39 pm
#851479