I have a column- amount.
I need to split this into 5 and show it for the next 5 years.
Example:
If the amount is 1000, I need to split it equally into 5 and show it for the following 5 years.
Like 1000/5 and the answer should be
2018-200, 2019-200, 2020-200, 2021-200, 2022-200.
How can this be done in Mysql?