Sweet, thanks!

On Friday, September 27, 2013 5:16:25 AM UTC-4, Lukas Eder wrote:
>
> Hello,
>
> Yes, you can repeat the "SELECT" keyword as such:
>
>  select(TABLE1.fields())
> .select(TABLE2.COL1)
> .from(TABLE1)
> .join(TABLE2)...
>
> Some more examples can be seen in this Stack Overflow question:
> http://stackoverflow.com/a/5845043/521799
>
> Cheers
> Lukas
>
>

-- 
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/groups/opt_out.

Reply via email to