Forum Discussion
jonathancrow
Advisor
What kind of logic would you want to use to re-order the categories?
vidhyut_arora
14 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
Related Content
- 3 years ago
- 2 years ago
- 4 years ago