sql select all columns from column X onwards

34 Views Asked by At

I have this table that has around 50 columns, whereas the first 5 columns specify some meta information, but for the rest of the columns I process them in a generic manner. Is there a sql command to select all columns from column 5 onwards without specifying each column individually?

1

There are 1 best solutions below

0
Richard Huxton On

No.

It doesn't really make sense in a relational model to talk about "generic columns".