Integration/Views.md
... ...
@@ -165,6 +165,4 @@ SELECT [ShipCountry],SUM(Freight) AS Total,SUM(CASE DATEPART(yyyy,[OrderDate])
165 165
WHEN '2008' THEN Freight ELSE 0 END) AS [2008]
166 166
FROM [Orders]
167 167
GROUP BY [ShipCountry]
168
-```
169
-
170
-Continue to [[Architecture]].
... ...
\ No newline at end of file
0
+```
... ...
\ No newline at end of file