Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
内存 H2 DB 中的 Grails 不支持 to_date 函数。所以我通过论坛得到的建议是使用“EXTRACT”函数。但不确定如何将以下 to_Date 替换为 Extract。
to_date(currentDate,YYYY_MM_DD HH:MM.ss)..
提炼 -?
您可以:
使用内置函数parsedatetime(dateAsString, formatString)
parsedatetime(dateAsString, formatString)
创建用户定义函数