I would like to ask for help with following I have table with following data about grouping of region:
| ID | Name | Parent.ID | | 1 | Europe | null | | 2 | Germany | 1 | | 3 | France | 1 | | 4 | Bavaria | 2 | | 5 | Munchen | 4 |
How to create nested table in structure like:
Europe > Germany > Bavaria > Munchen
Thanks for help