Skip to content

Webinformat

  • Home
  • jQuery
  • Linux
  • WordPress

Tag Archives: MySql column names

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

  • Detect Undefined Properties in Vue Templates with ESLint (vue/no-undef-properties)
  • Using Multiple GitLab SSH Keys for Different Accounts or Projects
  • How to Serve Apple Pay Domain Association File Using NGINX and Nuxt 3
  • Efficient Solution for Vuelidate Nested Validations: Overcoming Maximum Recursive Updates in Vue.js
  • Solving Vue 3 Axios CSRF Token Mismatch with Laravel API
Webinformat, Proudly powered by WordPress.