This article is tagged with:
Sql end of month
and mysql
get current month last date in sql server
SELECT EOMONTH('2019-02-15') end_of_month_feb2019;
sql end of month
EOMONTH(start_date [, offset] );