Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Returning Rows With Differences

    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...

  • RE: Returning Rows With Differences

    Not sure about the syntax but i would do something like this.

    SELECT T1.A5CPGP AS [CUSTOMER PRICE GROUP],

    T3.KIICID AS [ITEM KEY],

    ...

Viewing 2 posts - 1 through 2 (of 2 total)