MySQL: Select and calculate values from next row
I have a little trouble here. If i have the following table: ID | Name | ini_day ----------------------- 1 | Juan | 1 2 | Nora | 5 3 | Pepe | 9 4 | Lara | 12 5 |…
I have a little trouble here. If i have the following table: ID | Name | ini_day ----------------------- 1 | Juan | 1 2 | Nora | 5 3 | Pepe | 9 4 | Lara | 12 5 |…
I am working for a company that has several sites. The two sites use different IT systems. I have a sharepoint list from company A that I need to replicate in company B. The list was done by someone else…