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

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -