DATE_TRUNC

설명

형식

DATE_TRUNC(arg1: TEXT, arg2: TIMESTAMP) : TIMESTAMP

매개변수

예제

SELECT DATE_TRUNC('month', now())::DATE -- '2022-06-01'