Difference between two rows in Mysql
I need to get the difference of two rows. The issue is that I can get it done but only for the next row, I need the difference for the higher row. So row with id 1686 has 275 purchases…
I need to get the difference of two rows. The issue is that I can get it done but only for the next row, I need the difference for the higher row. So row with id 1686 has 275 purchases…