PostgreSQL
 sql >> Base de données >  >> RDS >> PostgreSQL

fonction month() et year() dans postgresql à jpa2

Utilisez ceci :FUNC('MyFunc', a, b, c)

Exemple :SELECT FUNC('to_char', current_date, 'month')