Skip to content

Instantly share code, notes, and snippets.

@jaypsan
Created December 13, 2022 13:07
Show Gist options
  • Save jaypsan/ac11b71c56ab867d19d88be49ad530a9 to your computer and use it in GitHub Desktop.
Save jaypsan/ac11b71c56ab867d19d88be49ad530a9 to your computer and use it in GitHub Desktop.
SQLServer: add row number as a column during select
ROW_NUMBER() OVER (ORDER BY table.column)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment