jOOQ / jOOQ

jOOQ is the best way to write SQL in Java
https://www.jooq.org
Other
6.17k stars 1.21k forks source link

Emulate TRUNC() function using string/date conversion in some SQL dialects #3017

Open lukaseder opened 10 years ago

lukaseder commented 10 years ago

With #470, TRUNC() support was added for these databases:

Most other databases can probably emulate TRUNC() using string/date formatting/parsing

gotson commented 1 year ago

Would love that for sqlite.