Hello!
Is this possible to create columns from database? Lets say I have fileds in DB like this:
How can this be done?
Thanks in advance
Is this possible to create columns from database? Lets say I have fileds in DB like this:
- shop (using GROUP BY)
- sum_of_money_from_one_day (using SUM)
- date
How can this be done?
Thanks in advance