Skip to content

Instantly share code, notes, and snippets.

@vansika
Last active June 18, 2019 06:32
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 vansika/c27505785233375479273e61888e6873 to your computer and use it in GitHub Desktop.
Save vansika/c27505785233375479273e61888e6873 to your computer and use it in GitHub Desktop.
db :
col1 col2 col3
a x 10
a y 6
a x 7
b x 12
b x 9
b z 2
b z 13
c y 2
c y 10
Result:
col1 col2 col3
a x 10
a x 7
b z 13
b x 12
c y 10
c y 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment