Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT COUNT(c.[CountryCode]) AS [Count]
- FROM [Countries] c
- LEFT JOIN [MountainsCountries] mc ON c.[CountryCode] = mc.[CountryCode]
- WHERE mc.[MountainId] IS NULL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement