“date_trunc postgres” Código de respuesta

date_trunc postgres

SELECT DATE_TRUNC('hour', TIMESTAMP '2017-03-17 02:09:30');
GutoTrosla

PSQL DateTime Grather que

SELECT *
FROM table
WHERE update_date >= '2013-05-03'::date
AND update_date < ('2013-05-03'::date + '1 day'::interval);
Cautious Chipmunk

PostgreSQL hoy - 1 año

select now() - INTERVAL '1 YEAR';
GutoTrosla

Respuestas similares a “date_trunc postgres”

Preguntas similares a “date_trunc postgres”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código