I am new to SQL and databases in general. My problem is that I am trying to create a table that will store information about users in each row based on the date of that activity. So I need to create a table with 365 columns representing with one representing a day. Is there a way to automatically create this table without having to manually add 365 columns? Any ideas to get me started would be a big help.
Thanks,