Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT COUNT(c.country_code) as country_count FROM countries as c
- LEFT JOIN mountains_countries as m_c ON c.country_code = m_c.country_code
- WHERE m_c.mountain_id IS NULL;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement