I saw this post MySQL query to get column names?
and I tried to use this code `table name` or DESCRIBE `table name` or SHOW COLUMNS FROM `table name`
but return me also a datatype and more in this mode
id int NO auto_increment
I want only a name e.g. id is possible have it?
Somehow is it possible to bypass qualitystandard?