Skip to content

Instantly share code, notes, and snippets.

@kuniiskywalker
Created March 21, 2016 02:20
Show Gist options
  • Save kuniiskywalker/2d20593d0d13fb193cfe to your computer and use it in GitHub Desktop.
Save kuniiskywalker/2d20593d0d13fb193cfe to your computer and use it in GitHub Desktop.
select @n:=@n+1 as counter from table, (select @n:=0) as seq_tbl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment