how to get previous month data and current month data in sql code example
Example: get current month last date in sql server
SELECT EOMONTH('2019-02-15') end_of_month_feb2019;
SELECT EOMONTH('2019-02-15') end_of_month_feb2019;