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.
Comments
Post a Comment