Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -32,8 +32,8 @@ SELECT DISTINCT
|
||||
LTRIM(RTRIM(a.AttributeCode)) AS BrandCode,
|
||||
COALESCE(NULLIF(LTRIM(RTRIM(d.AttributeDescription)), ''), LTRIM(RTRIM(a.AttributeCode))) AS BrandName,
|
||||
ISNULL(a.IsBlocked, 0) AS IsBlocked
|
||||
FROM dbo.cdItemAttribute a WITH(NOLOCK)
|
||||
LEFT JOIN dbo.cdItemAttributeDesc d WITH(NOLOCK)
|
||||
FROM dbo.cdItemAttribute a
|
||||
LEFT JOIN dbo.cdItemAttributeDesc d
|
||||
ON d.ItemTypeCode = a.ItemTypeCode
|
||||
AND d.AttributeTypeCode = a.AttributeTypeCode
|
||||
AND d.AttributeCode = a.AttributeCode
|
||||
|
||||
Reference in New Issue
Block a user