Hi
In
http://www.jooq.org/doc/3.1/manual/sql-building/sql-statements/delete-statement/
I found
create.delete(AUTHOR)
.where(AUTHOR.ID.equal(100));
I struggled quite a bit before I added execute() at the end of this statement
(I found a comment in the delete()-method). Then it worked fine.
kind regards
Morten S
--
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/d/optout.