Just a quick one, I have two cols: Hierarchy, IdHierarchy
Hierarchy is like 1,2,3,...,n that's relative to IdHierarchy that's like 1.2.3, 1.2.4, 1.2.5, 1.2.n
I've like MySQL to sort my query by IdHierarchy first and then order by Hierarchy for each group (in a sense).