sql >> Base de Datos >  >> RDS >> PostgreSQL

Fecha en formato mmm aaaa en postgresql

SELECT TO_CHAR(NOW(), 'Mon YYYY');