Skip to content

Webinformat

  • Home
  • jQuery
  • Linux
  • WordPress

Tag Archives: MySql tables

Get column names from table in MySql > 5

The following query will get column names from table in MySql > 5 SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = ‘database_name’ AND TABLE_NAME = ‘table_name’; where database_name is your database table_name is your table

Posted byCiprianJanuary 27, 2014January 27, 2014Posted inMySqlTags: MySql, MySql 5, MySql column names, MySql tablesLeave a comment on Get column names from table in MySql > 5

Recent Posts

  • How to save a Facebook video
  • How to enable nginx stub status
  • Could not open archive dir for / Could not open archive mbox dir
  • cPanel/WHM The system cannot determine the base domain
  • Hot link protection
Webinformat, Proudly powered by WordPress.