sql - How to create a recursive path from sybase-ase db? -


i have problem i've solved other dbms can't find solution run sybase-ase 15.0. possible sql (or views) without custom storedprocedures?

input:

id name parent 1  2  b    1 3  c    1 4  d    3 

output:

id   path 1    2    / b 3    / c 4    / c / d 

simple answer - no.

how list of values in group_by clause?


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -