SQL -Abfrage zur Rückgabe des Feldnamens einer Tabelle

select COLUMN_NAME from INFORMATION_SCHEMA.COLUMNS 
where TABLE_NAME = 'tablename'
Code with bulbul