MAKE_DATE
MAKE_INTERVAL
CLOCK_TIMESTAMP
Creates an interval from unit components.
MAKE_INTERVAL([...units])
Enter values below to update the example in real time.
months
three_months_later
SELECT NOW() + MAKE_INTERVAL(months => 3) AS three_months_later;