当前位置:网站首页>Table structure of Navicat export database
Table structure of Navicat export database
2022-07-03 03:28:00 【Water W】
navicat Export the table structure of the database
(1) open navicat for Mysql, Click on the “new query”
(2) stay “SQL Editior” Write code to query the database , Click the button to run ,
Be careful : There are two places in the code xxx Need modification
SELECT
COLUMN_NAME name ,
COLUMN_TYPE data type ,
IF(IS_NULLABLE='NO',' yes ',' no ') AS ' Is it allowed to be empty ',
COLUMN_DEFAULT ' The default value is ',
COLUMN_COMMENT notes
FROM
INFORMATION_SCHEMA.COLUMNS
where
-- xxx For database name , At that time, you only need to modify the database to export the table structure
table_schema ='xxx'
AND
-- xxx 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 are in which table
table_name = 'xxx'
(3) After clicking run , The query result will appear ,
(4) Click on the “ export ” Button ,
The following page will pop up , In this page , We can choose different export methods ,
Click on “continue” Go to the next step ,
Check “include column titles” after , Click on “continue” Go to the next step ,
Click on “start”,
Wait for the export to complete , Click on “pause” perhaps “close”.
(5) After exporting successfully ,
OK, Export database table structure completed .
边栏推荐
- Hi3536c v100r001c02spc040 cross compiler installation
- Solve high and send system Currenttimemillis Caton
- Réglez la hauteur et lancez le système. Currenttimemillis catton
- Compare float with 0
- Agile certification (professional scrum Master) simulation exercises
- Limit of one question per day
- User value is the last word in the competition of mobile phone market
- Limit of one question per day
- numpy之 警告VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences
- Small guide for rapid formation of manipulator (VIII): kinematic modeling (standard DH method)
猜你喜欢
ffmpeg下载安装教程及介绍
The idea setting code is in UTF-8 idea Properties configuration file Chinese garbled
Applet get user avatar and nickname
Small guide for rapid formation of manipulator (VIII): kinematic modeling (standard DH method)
PHP generates PDF tcpdf
Elsevier latex 提交文章 pdftex.def Error: File `thumbnails/cas-email.jpeg‘ not found: using draf
900w+ data, from 17s to 300ms, how to operate
VS 2019配置tensorRT
900W+ 数据,从 17s 到 300ms,如何操作
Learning notes of C programming [compiled by Mr. Tan Haoqiang] (Chapter III sequence programming) 04 C sentence
随机推荐
Small guide for rapid formation of manipulator (VIII): kinematic modeling (standard DH method)
QQ小程序开发之 一些前期准备:预约开发账号、下载安装开发者工具、创建qq小程序
Vs 2019 configuration du moteur de génération de tensorrt
[MySQL] the difference between left join, right join and join
[combinatorics] basic counting principle (addition principle | multiplication principle)
Introduction à mongodb
用Three.js做一個簡單的3D場景
机械臂速成小指南(八):运动学建模(标准DH法)
Mysql Mac版下载安装教程
The idea cannot be loaded, and the market solution can be applied (pro test)
Don't use the new Dede collection without the updated Dede plug-in
[Chongqing Guangdong education] cultural and natural heritage reference materials of China University of Geosciences (Wuhan)
MongoDB简介
Idea set method call ignore case
【AI实战】应用xgboost.XGBRegressor搭建空气质量预测模型(一)
PHP constructor with parameters - PHP constructor with a parameter
Captura下载安装及在Captura配置FFmpeg
Pytorch multi card distributed training distributeddataparallel usage
MongoDB基本操作【增、删、改、查】
Mongodb master profile