Skip to content

Instantly share code, notes, and snippets.

@douglascabral
Created July 20, 2016 13:44
Show Gist options
  • Save douglascabral/9b001b74fd356822b2fe4319b5d39e26 to your computer and use it in GitHub Desktop.
Save douglascabral/9b001b74fd356822b2fe4319b5d39e26 to your computer and use it in GitHub Desktop.
SELECT
@rownum := @rownum + 1 AS rownumber
FROM
(SELECT @rownum := 0) AS tbl_rownumber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment