当前位置:网站首页>Specific field information of MySQL export table (detailed operation of Navicat client)
Specific field information of MySQL export table (detailed operation of Navicat client)
2022-04-23 02:45:00 【Mechanical bucket running】
1 First execute the following statement
SELECT
COLUMN_NAME Name ,
COLUMN_TYPE data type ,
IS_NULLABLE Is it allowed to be empty ,
COLUMN_KEY Is it a primary key ,
COLUMN_COMMENT remarks
FROM
INFORMATION_SCHEMA.COLUMNS
WHERE-- dj_admin For database name , At that time, you only need to modify it to the database name of the table structure you want to export
table_schema = 'nan_music'
AND -- user Is the name of the watch , Then change to the name of the table you want to export
-- If not , Data in all tables will be queried by default , In this way, you may not know which fields
table_name = 'dj_admin'
--z This is the table you specifically looked at
2 The following results appear , Click the upper right corner to export the results
3 Click to export the current results
4 Choose the format you want
5 Move on to the next step
6 Add as needed , You can hook up , Keep going next step
7 Click Start
8 Click on the open We can find the file we want
9 Open the effect The first is txt Format , Later I derived it as excel Tabular , With a border , You can go straight to word Yes , It should be more commonly used , You can see that .
Copy directly to word in
It's more beautiful
版权声明
本文为[Mechanical bucket running]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220745203343.html
边栏推荐
- Solve the problem that the registered Google email Gmail mobile number cannot be used for verification
- JZ35 replication of complex linked list
- Interim summary (Introduction + application layer + transportation layer)
- JZ76 删除链表中重复的结点
- Program design: l1-49 ladder race, allocation of seats (simulation), Buxiang pill hot
- Win view port occupation command line
- 机器学习(周志华) 第十四章概率图模型
- SQL server2019无法下载所需文件,这可能表示安装程序的版本不再受支持,怎么办了
- Rhcsa second day operation
- The problem of removing spaces from strings
猜你喜欢
一、序列模型-sequence model
How can enterprises with major hazard installations ensure the completion of the digital construction task of double prevention mechanism by the end of the year
Flink stream processing engine system learning (II)
MySQL JDBC programming
A domestic image segmentation project is heavy and open source!
Hack the box optimum
MySQL JDBC编程
使用Go语言构建Web服务器
Target narak
Modification du contenu de la recherche dans la boîte déroulante par PHP + MySQL
随机推荐
【Hcip】OSPF常用的6种LSA详解
一个国产图像分割项目重磅开源!
Understanding process (multithreading primary)
The problem of removing spaces from strings
Codeforces Round #784 (Div. 4) (A - H)题解
Modification du contenu de la recherche dans la boîte déroulante par PHP + MySQL
First knowledge of C language ~ branch statements
JZ76 删除链表中重复的结点
进阶上将程序员必备素质
SQL server2019无法下载所需文件,这可能表示安装程序的版本不再受支持,怎么办了
解决 注册谷歌邮箱 gmail 手机号无法用于验证
Those years can not do math problems, using pyhon only takes 1 minute?
How to build an integrated industrial Internet plus hazardous safety production management platform?
Renesas electronic MCU RT thread development and Design Competition
Fashion MNIST dataset classification training
Devil cold rice 𞓜 078 devil answers the market in Shanghai and Nanjing; Communication and guidance; Winning the country and killing and screening; The purpose of making money; Change other people's op
First day of rhcsa
Global, exclusive and local routing guard
Intelligent agricultural management model
Go语言web中间件的使用