How to get the column name? What is the request for this?
Thank.
SHOW COLUMNS command can be used to retrieve column names in a table
SHOW COLUMNS
http://dev.mysql.com/doc/refman/5.0/en/show-columns.html
You can use SHOW COLUMNS , which displays information about the columns in this table.
DESCRIBE tableName will give you the names of all the columns in the table.
DESCRIBE tableName
This is a fairly broad context.
You can try something as simple as
describe `table_name`;
Source: https://habr.com/ru/post/1776383/More articles:Zune as dev / test for WP7 applications - windows-phone-7WCF Service - Minimum required web.config? - web-configWhat is the best server to host a Haskell web page (HSP)? - webserverC # enum scope. visible only with function - scopeКак использовать стандартную проверку ASP.NET MVC 3 со стандартным провайдером членства? - jqueryPassing a List of Enumerated Criteria - grailsRunning something In a feedback thread - multithreadingGet my public IP address using netcat - publicReceive notifications when a new access point is detected? - androidJavaScript JavaScript documentation - javascriptAll Articles