I'm new to using the visitlistener to do AST.
I was wondering if someone could give a simple example of replacing a table 
reference with a subquery.

Even just changing
Select * from Table jooq-test;
to 
Select * from (Select * from jooq-test);

I realize the above is pointless, it's just to see the mechanics in action, 
as a starting point.

Thanks
-Kevin

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to