サクサク読めて、アプリ限定の機能も多数!
select * from information_schema.columns where table_schema = 'your_db' order by table_name,ordinal_position。かなり横に長いテーブル定義が出力される。
kiyo_hiko のブックマーク 2016/05/19 13:18
How to get all columns' names for all the tables in MySQL?[mysql][command][schema][check][status]select * from information_schema.columns where table_schema = 'your_db' order by table_name,ordinal_position。かなり横に長いテーブル定義が出力される。2016/05/19 13:18
このブックマークにはスターがありません。 最初のスターをつけてみよう!
stackoverflow.com2016/05/19
1 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /
select * from information_schema.columns where table_schema = 'your_db' order by table_name,ordinal_position。かなり横に長いテーブル定義が出力される。
kiyo_hiko のブックマーク 2016/05/19 13:18
このブックマークにはスターがありません。
最初のスターをつけてみよう!
How to get all columns' names for all the tables in MySQL?
stackoverflow.com2016/05/19
1 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /