I have a table with a large number of columns beginning with letter E ... eg
ID,Date,Comment,E123,E124,E126,E156,F3,F5,G6,H90, etc
Is it possible to have a Select statement where I can choose all columns beginning with E, rather than having to type every column name in the Select statement??
ID,Date,Comment,E123,E124,E126,E156,F3,F5,G6,H90, etc
Is it possible to have a Select statement where I can choose all columns beginning with E, rather than having to type every column name in the Select statement??