Snippets tagged “show-columns”
1 snippet uses this tag.
- MySQL query to get column names?PHP
To get the column names of a table in MySQL, you can use the SHOW COLUMNS FROM command.
1 snippet uses this tag.
To get the column names of a table in MySQL, you can use the SHOW COLUMNS FROM command.