Skip to content

Commit

Permalink
Fix test baseline due to bad merge (#32789)
Browse files Browse the repository at this point in the history
  • Loading branch information
roji authored Jan 11, 2024
1 parent 9a796b8 commit 08b34ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ UPDATE [c]
[c].[ShippingAddress_Country_FullName] = [t].[ShippingAddress_Country_FullName]
FROM [Customer] AS [c]
INNER JOIN (
SELECT [c0].[Id], [c0].[Name], [c0].[BillingAddress_AddressLine1], [c0].[BillingAddress_AddressLine2], [c0].[BillingAddress_Tags], [c0].[BillingAddress_ZipCode], [c0].[BillingAddress_Country_Code], [c0].[BillingAddress_Country_FullName], [c0].[ShippingAddress_AddressLine1], [c0].[ShippingAddress_AddressLine2], [c0].[ShippingAddress_Tags], [c0].[ShippingAddress_ZipCode], [c0].[ShippingAddress_Country_Code], [c0].[ShippingAddress_Country_FullName]
SELECT [c0].[Id], [c0].[BillingAddress_AddressLine1], [c0].[BillingAddress_AddressLine2], [c0].[BillingAddress_Tags], [c0].[BillingAddress_ZipCode], [c0].[ShippingAddress_Country_Code], [c0].[ShippingAddress_Country_FullName]
FROM [Customer] AS [c0]
ORDER BY [c0].[Id]
OFFSET @__p_0 ROWS
Expand Down

0 comments on commit 08b34ff

Please sign in to comment.