Formatting fix
This commit is contained in:
parent
65ebae22e1
commit
d7a5b3e9a0
@ -3144,7 +3144,7 @@ create.insertInto(AUTHOR, AUTHOR.FIRST_NAME, AUTHOR.LAST_NAME)
|
||||
</code-pair>
|
||||
|
||||
<p>
|
||||
Most databases allow for using scalar subselects in UPDATE statements in one way or another. jOOQ models this through a <code>set(Field<T>, Select<? extends Record1<T>>) method in the UPDATE DSL API:</code>
|
||||
Most databases allow for using scalar subselects in UPDATE statements in one way or another. jOOQ models this through a <code>set(Field<T>, Select<? extends Record1<T>>)</code> method in the <code>UPDATE</code> DSL API:
|
||||
</p>
|
||||
|
||||
<code-pair>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user