Is it possible to retrieve specific columns of specific rows in an SQL query?
SQL query
Let\'s say I\'m selecting from my SQL table, called my_
SQL
my_
Replace the wildcard symbol * with the column names you want to retrieve.
*
But please read up the documentation on SQL standard. It is very unlikely you need 1.000 columns in a table.