Hi all
I use llblgen since 2 years now but I still have problem with a quite simple query
Here is what I try to do:
SELECT COUNT(P2.coun_id) AS indentation, P1.coun_id
FROM counter_node AS P1, counter_node AS P2
WHERE P1.coun_left BETWEEN P2.coun_left AND P2.coun_right
GROUP BY P1.coun_id
I'm using adapter pattern, llglben v1.0.20051.060508
It's the FROM that I don't know how to do that ?
Thank you for any help