Expand description
Helper functions for common CTE patterns.
Functionsยง
- graph_
path - Create a recursive CTE for graph path finding.
- paginated
- Create a CTE for pagination (row numbering).
- running_
total - Create a CTE for running totals.
- tree_
traversal - Create a recursive CTE for tree traversal (parent-child hierarchy).