I read about Traverse here and curious as how to use BREADTH_FIRST strategy in the SQL? Can anyone please some examples?
Thanks
I've made this example for your case:
This is my schema:
The query:
traverse * from Number strategy breadth_first
The output:
Hope it helps