> Essentially, you can achieve this as such:
> create.update(TABLE)
>   .set(COLUMN, create.select(something).from(somewhere).asField())

Also, I guess you'll have to employ an unsafe type-cast. This is a bit
annoying. I'll see what can be done to improve this part of the jOOQ
API

Reply via email to