Hi Ben,

See this previous discussion here:
https://groups.google.com/d/topic/jooq-user/K8CsrheoFlk/discussion

Cheers
Lukas

2012/8/29 Ben Hood <[email protected]>:
> Hi,
>
> I can't seem to find any documentation about how to use a subselect in an
> update statement, e.g.
>
> update t1 set c = (
>   select t2.a
>   from t2
>   where t2.id = t1.t2_id
> )
>
> Am I missing something here?
>
> Cheers,
>
> Ben

Reply via email to