Hello, I have an xls file, with 10 columns.
I want to pass the data to mysql.
My problem is that I shall find, sum of each row, max, min, average etc.
And I don't know how to do it.
When the data are filled to the dataset, and if this is the right solusion, how should I do this?
I can't find a way to work with rows.
OR fill my database, and do that operations with queries?
Thanks a lot