Hello,
probably is trivial but I can't figurate how to do it.
I need to write this expression
create.select (
DSL.year(MYTABLE.MYFIELD)
)
.from ......
where MYTABLE.MYFIELD is a java.time.LocalDate.
How can I achieve this?
Tks
Denis
--
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.
