导出数据字典

上一篇 / 下一篇  2018-05-24 09:34:41

工作需要 导出数据字典,利用mysql自带的information_schema中的COLUMNS
查询语句:
SELECT TABLE_NAME,COLUMN_NAME,COLUMN_TYPE,COLUMN_COMMENT  from information_schema.`COLUMNS` where TABLE_SCHEMA='financing_1.3.9'
然后选择导出向导,选择文件格式,进行导出

TAG:

 

评分:0

我来说两句

日历

« 2024-04-23  
 123456
78910111213
14151617181920
21222324252627
282930    

数据统计

  • 访问量: 40726
  • 日志数: 32
  • 建立时间: 2015-01-07
  • 更新时间: 2018-05-24

RSS订阅

Open Toolbar