I have a table in MYSQL and I’d like to start querying after the first 5 columns and every column from then on.
Is there a way I could something like
select * from table where column 5 begins
Also I know that at the 5th column the headers are numbers. So it could also be something like
Select * from table where headers=[0-9]
You can only do