Hi Jeet,
Try this
--how to get first of the month given a date
select date_trunc('month', current_timestamp)
Thanks,
Mahboob Mohammed
Hi Jeet,
Try this
--how to get first of the month given a date
select date_trunc('month', current_timestamp)
Thanks,
Mahboob Mohammed