当前位置:网站首页>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
边栏推荐
- hack the box optimum靶机
- Implementation of distributed scenario business operation log (based on redis lightweight)
- After idea is successfully connected to H2 database, there are no sub files
- [xjtu Computer Network Security and Management] session 2 Cryptographic Technology
- Huashu "deep learning" and code implementation: 01 Linear Algebra: basic concepts + code implementation basic operations
- Modify the content of MySQL + PHP drop-down box
- Codeforces round 784 (Div. 4) (a - H)
- The interface request takes too long. Jstack observes the lock holding
- 【unity3D】直播间滚动式弹幕效果
- OCR recognition PDF file
猜你喜欢
![[xjtu Computer Network Security and Management] session 2 Cryptographic Technology](/img/b0/263e8dcbfeb2ce9f504a9c8eb76b07.png)
[xjtu Computer Network Security and Management] session 2 Cryptographic Technology

Log cutting - build a remote log collection server

Modification du contenu de la recherche dans la boîte déroulante par PHP + MySQL

认识进程(多线程_初阶)

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

How to solve the complexity of project document management?

能做多大的单片机项目程序开发,就代表了你的敲代码的水平

Fashion MNIST dataset classification training

Target narak

基于多态的职工管理系统源码与一些理解
随机推荐
Jz76 delete duplicate nodes in linked list
【unity3D】直播间滚动式弹幕效果
Leetcode cooking
在MySQL Workbench中执行外部的SQL脚本,报错
全局、獨享、局部路由守衛
Rhcsa second day operation
5W of knowledge points
Using go language to build web server
Preliminary understanding of stack and queue
JZ76 删除链表中重复的结点
字符串去掉空格问题
Niuke hand speed monthly race 48 C (I can't understand the difference. It belongs to yes)
Classification and regression tree of machine learning
Rhcsa day 3 operation
Halo open source project learning (I): project launch
Rich intelligent auxiliary functions and exposure of Sihao X6 security configuration: it will be pre sold on April 23
Linux redis - redis ha sentinel cluster construction details & redis master-slave deployment
Global, exclusive, local Routing Guard
The problem of removing spaces from strings
Windows MySQL 8 zip installation