Skip to content

Instantly share code, notes, and snippets.

@seemikehack
Created September 30, 2015 19:34
Show Gist options
  • Save seemikehack/d52cdb12f43b0290d4e7 to your computer and use it in GitHub Desktop.
Save seemikehack/d52cdb12f43b0290d4e7 to your computer and use it in GitHub Desktop.
Expected SQL Output
id childId groupId sort type name
1 0 0 1 text Top field
2 0 0 2 mastergroup Child 1
3 0 2 3 text First Name
4 0 2 4 text Last Name
2 1 2 2 childgroup Child 2
3 1 2 3 text First Name
4 1 2 4 text Last Name
2 2 2 2 childgroup Child 3
3 2 2 3 text First Name
4 2 2 4 text Last Name
5 0 0 5 text Bottom field
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment