Query Run
WITH RECURSIVE cats( cl_to, cat_tree, cl_from, cl_type ) AS (SELECT cl_to,... 9 months ago