How do I convert Ending Balance to Beginning Balance in MySQL for Accounting Data?
I've got a set of accounting data that I need to query using MySQL, but I'm having trouble figuring out how to convert the ending balance of a month into the beginning balance for the next month. Here's an example:…