Skip to content

Instantly share code, notes, and snippets.

@alexander-arce
Created September 21, 2015 22:19
Show Gist options
  • Select an option

  • Save alexander-arce/fb2e43312dd6330a2f07 to your computer and use it in GitHub Desktop.

Select an option

Save alexander-arce/fb2e43312dd6330a2f07 to your computer and use it in GitHub Desktop.
Row numbers, Postgresql
SELECT
row_number() over() as row_number, ..
FROM ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment