Hi, I was wondering whether there is an example of how to do a nested select in an update statement:
UPDATE table SET column = (SELECT something FROM somewhere) This appears to be the subject of this ticket (http://sourceforge.net/apps/trac/jooq/ticket/60), which is marked as being fixed, so I assume that you must be able to build the above construct using the DSL. TIA, Ben
