You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT [c].[Key], [c].[Brand], [c].[Color], [c].[Vin], [c].[Year], [inner].[BrandType], [inner].[BrandName]
FROM [Cars] AS [c]
INNER JOIN [Brands] AS [inner] ON [c].[Brand] = [inner].[BrandType]
ORDER BY [c].[Year]
Related to #165
The text was updated successfully, but these errors were encountered: