Skip to main content
Search
Search This Blog
Dba Solvers
Database admins first choice(MySQL, MSSQL).
Windows
Home
More…
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
June 06, 2019
Column Details in Mysql
select a.Table_schema,a.table_name,a.Column_name,a.data_type,a.column_type,b.table_type from information_schema.columns a inner join information_schema.tables b on a.table_name = b.table_name
where a.table_schema in();
Comments
Popular Posts
March 18, 2023
Simple steps to install Linux on your windows system using Vagrant
March 29, 2023
MySQL Architecture
Comments
Post a Comment