当前位置:网站首页>MySQL export database dictionary to excel file
MySQL export database dictionary to excel file
2022-06-28 05:12:00 【Not the Eight Precepts of the second senior brother】
echo "USE information_schema;
SELECT
-- T.TABLE_SCHEMA AS ' Database name ',
T.TABLE_NAME AS ' The name of the table ',
T.TABLE_COMMENT AS ' Table description ',
-- T.TABLE_TYPE AS ' Table type ',
-- T.ENGINE AS ' Database engine ',
C.COLUMN_NAME AS ' Field name ',
C.COLUMN_COMMENT AS ' Field description ' ,
C.COLUMN_TYPE AS ' data type ',
C.IS_NULLABLE AS ' Allow null ',
C.EXTRA AS ' Self increasing property ',
C.ORDINAL_POSITION AS ' Serial number ',
C.CHARACTER_SET_NAME AS ' Code name ',
C.COLUMN_DEFAULT AS ' The default value is '
FROM
COLUMNS C
INNER JOIN TABLES T ON C.TABLE_SCHEMA = T.TABLE_SCHEMA
AND C.TABLE_NAME = T.TABLE_NAME
WHERE
T.TABLE_SCHEMA = ' Your database name '" | mysql -uroot -p > /var/www/dd.xlsPost code directly Modify the database name and export path to use

边栏推荐
- Function reentry caused by Keil C51's data overlaying mechanism
- Is it enough for the project manager to finish the PMP? no, it isn't!
- 2022年最新辽宁建筑八大员(标准员)考试试题及答案
- !‘ Cat 'is not an internal or external command, nor is it a runnable program or batch file.
- 2022电力电缆判断题模拟考试平台操作
- quartus 复制IP核
- Interview: what are the similarities and differences between abstract classes and interfaces?
- Binary sort tree: BST
- Store inventory management system source code
- mysql----where 1=1是什么意思
猜你喜欢

Simulation questions and answers of the latest national fire-fighting facility operators (primary fire-fighting facility operators) in 2022

Binary sort tree: BST
![[early knowledge of activities] list of recent activities of livevideostack](/img/aa/8b14f9863cd675a7be06a0c3855a93.png)
[early knowledge of activities] list of recent activities of livevideostack

Store inventory management system source code

Dart学习——函数、类

羧酸研究:Lumiprobe 磺基花青7二羧酸

Learning Tai Chi Maker - mqtt Chapter 2 (V) heartbeat mechanism

How to do a good job of gateway high availability protection in the big promotion scenario

Based on the order flow tool, what can we see?

SlicePlane的Heading角度与Math.atan2(y,x)的对应转换关系
随机推荐
Learning Tai Chi Maker - mqtt Chapter II (VI) mqtt wills
项目经理考完PMP就够了?不是的!
openssl客户端编程:一个不起眼的函数导致的SSL会话失败问题
The number of small stores in Suning has dropped sharply by 428 in one year. Zhangkangyang, the son of Zhang Jindong, is the actual controller
Realizing color detection with OpenCV
Analysis of distributed transaction solution Seata golang
店铺进销存管理系统源码
2022年G3锅炉水处理复训题库模拟考试平台操作
Learn Taiji Maker - mqtt Chapter 2 (IV) esp8266 reserved message application
Meta universe standard forum established
!‘ Cat 'is not an internal or external command, nor is it a runnable program or batch file.
Generate QR code in wechat applet
Amino dye research: lumiprobe fam amine, 6-isomer
lotus v1.16.0 calibnet
Is it enough for the project manager to finish the PMP? no, it isn't!
wordpress zibll子比主题6.4.1开心版 免授权
Severe tire damage: the first rock band in the world to broadcast live on the Internet
IP datagram sending and forwarding process
PHP code wechat, official account and enterprise wechat send emoticons [u+1f449]
Standard particle swarm optimization C language program