Av@Tech
Learner
How to select record from last 6 months in a table using MySQL?
I want to get the last 3-6 months’ records from fund_master table. date_payment is the date type column.
Share
You can use DATE_SUB() to get the last 6 months’ records.