I have a table with 1000 columns (example), how to display the content, of all the columns of a line obtained through the "ID"?
SELECT * FROM 'tabela_1000_colunas' WHERE id = 1;
After this select, how do I display the contents of these 1000 columns in the "html"? Ex: column1 column2 column3 ... column999 column1000 given1 given2 given3 given999 given1000