Join Slack
Communities
Powered by
E.g. if you want first and last dates in prev mont...
# advancedpdf
m
michoel
09/02/2020, 12:52 AM
E.g. if you want first and last dates in prev month, it will be something like
TRUNC(ADD_MONTHS({today}, - 1 ), 'MM')
and
LAST_DAY(ADD_MONTHS({today}, - 1 ))
(based on quick google, but untested)
Open in Slack
Previous
Next