Forum Discussion
jonathancrow
14 years agoAdvisor
What kind of logic would you want to use to re-order the categories?
- vidhyut_arora14 years agoAdvisor
Logic for sorting could be one or multiple of the following -
1. order by Name
2. order by ID
3. order by Name, ID
4. if I have 4 categories - A, B, C & D; I might want a custom sorting like = C, B, D, A or D, B, A, C
something like want we can do with PL/SQL