Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
package queries
|
package queries
|
||||||
|
|
||||||
const GetProductSecondColors = `
|
const GetProductSecondColors = `
|
||||||
SELECT DISTINCT
|
SELECT
|
||||||
Product.ProductCode,
|
Product.ProductCode,
|
||||||
ISNULL(prItemVariant.ColorCode, '') AS ColorCode,
|
ISNULL(prItemVariant.ColorCode, '') AS ColorCode,
|
||||||
ISNULL(prItemVariant.ItemDim2Code, '') AS ItemDim2Code,
|
ISNULL(prItemVariant.ItemDim2Code, '') AS ItemDim2Code,
|
||||||
@@ -20,5 +20,5 @@ GROUP BY
|
|||||||
prItemVariant.ItemDim2Code,
|
prItemVariant.ItemDim2Code,
|
||||||
prItemVariant.ColorCode,
|
prItemVariant.ColorCode,
|
||||||
ColorDesc.ColorDescription
|
ColorDesc.ColorDescription
|
||||||
ORDER BY prItemVariant.ItemDim2Code
|
ORDER BY ItemDim2Code
|
||||||
`
|
`
|
||||||
|
|||||||
Reference in New Issue
Block a user