Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created July 23, 2020 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/843f40157b15307d6a3e6091da4e4749 to your computer and use it in GitHub Desktop.
Save codecademydev/843f40157b15307d6a3e6091da4e4749 to your computer and use it in GitHub Desktop.
Codecademy export
SELECT *
FROM population_years
WHERE country = 'Indonesia'
AND year = 2000 OR country = 'Indonesia' AND year = 2010;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment