I want to query the name of all columns of a table. I found how to do this in:
But I also need to know:
By using this query you get the answer:
select Column_name from Information_schema.columns where Table_name like 'table name'