Comment by jayknight
2 years ago
The postgres ltree extension does this beautifully. I'm not sure if similar things exist for sqlite or other rdbmses.
2 years ago
The postgres ltree extension does this beautifully. I'm not sure if similar things exist for sqlite or other rdbmses.
MSSQL has something similar but no, most other solutions involve recursive queries.