hi all, just a quick question about mysql...
I have a dynamic table that is generating a 15x15 table kinda like excel. I am wondering if there is any advantage in having each row of that table be an insert in the mysql database (15 inserts with 15 columns) and hooked together somehow... vs just doing one insert with 225 columns. It seems easier to grab the data with simple sql calls with the one database insert, but is there any advantage to the other route? Thanks for any advice!