How to ignore one header while importing the table into excel via Sql -


i have table (called table1) includes 60 headers. want ignore 1 header called "project code" while importing excel. how can achieve via sql query?

simply not include header name, when including others not select * table1 select field1, field2, ...(all fields here) ... field59 table1 no 'project code' field


Comments