Hello! How to convert this sql to jooq? Thxselect extract(year from AGE(now(), to_timestamp(cti_birthdate_id::text, 'YYYYMMDD'))) from citizen_identity;
--
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 jooq-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/a4f8ba9d-4983-4c02-a000-241de8f70296n%40googlegroups.com.
On Jan 17, 2024, at 8:30 AM, Konstantin Kuzmin <java...@gmail.com> wrote:
Hello! How to convert this sql to jooq? Thx
select extract(year from AGE(now(), to_timestamp(cti_birthdate_id::text, 'YYYYMMDD'))) from citizen_identity;
--