Skip to content

Instantly share code, notes, and snippets.

@ramiroaznar
Last active March 23, 2020 15:07
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 ramiroaznar/46733053bbe6469462f29178ae9d1b94 to your computer and use it in GitHub Desktop.
Save ramiroaznar/46733053bbe6469462f29178ae9d1b94 to your computer and use it in GitHub Desktop.
Cómo normalizar en SQL
SELECT *,
variable/population as var_norm,
variable*1000/population as var_norm_1000hab
FROM table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment