当前位置:网站首页>MYSQL export data dictionary
MYSQL export data dictionary
2022-08-08 04:29:00 【TomcatLikeYou】
Field Export:
SELECTTABLE_SCHEMA AS `database name`,TABLE_NAME AS `table name`,COLUMN_NAME AS `column name`,COLUMN_TYPE AS `type`,COLUMN_DEFAULT AS `default`,IS_NULLABLE AS `Allow null`,DATA_TYPE AS `Data type`,CHARACTER_MAXIMUM_LENGTH AS `Maximum length of characters`,NUMERIC_PRECISION AS `Numeric precision`,NUMERIC_SCALE AS `Number of decimal places`,COLUMN_COMMENT AS `Field description`FROMinformation_schema.COLUMNSWHERETABLE_SCHEMA = 'db_name' #db_name represents the database nameTable export
SELECTTABLE_SCHEMA AS `database name`,TABLE_NAME AS `table name`,CREATE_TIME AS `create time`,TABLE_COLLATION AS `Character Set`,TABLE_COMMENT AS `Table comments`FROMinformation_schema.TABLESWHERETABLE_SCHEMA = 'db_name'View export
SELECTTABLE_SCHEMA AS `database name`,TABLE_NAME AS `view name`FROMinformation_schema.VIEWSWHERETABLE_SCHEMA = 'db_name'边栏推荐
- C语言-分值和循环语句
- MySql入门教程
- Codeforces Round #684 (Div. 1)
- The storage principle of NorFlash
- 08 获取器 withAttr、多连缀、whereRaw、事务、数据集《ThinkPHP6 入门到电商实战》
- Building a High-Performance Platform on AWS Using Presto and Alluxio to Support Real-Time Gaming Services
- awk语法-03-awk表达式(if语句、while循环、for循环)、awk中执行shell命令
- Personalized use of Qt log module
- 单主机docker 搭建 redis-cluster
- NorFlash的存储原理
猜你喜欢

拒绝“内卷”跃迁软件测试最大门槛,我是如何从月薪8K到15K的?

Monitoring tool Prometheus and project summary, 220805,,
![[opencv] Introduction to opencv development kit](/img/1a/7b60426d109c9f7231c67e4a4dad46.png)
[opencv] Introduction to opencv development kit

The live broadcast of agricultural products continues to heat up, Economic Daily: Don’t forget quality when rushing

ES6解构赋值的使用说明

机器学习笔记:学习率预热 warmup

MySql入门教程

This article will give you a thorough understanding of synchronized and Lock

08 获取器 withAttr、多连缀、whereRaw、事务、数据集《ThinkPHP6 入门到电商实战》

leetcode-同构字符串判断
随机推荐
Risk control strategy must be learned | This method of mining rules with decision trees
Amazon Cloud Technology Build On Learning Experience
ES6对象字面量的新功能
失业在家的6个月,我通过外包全款买了房:你看不起的行业,往往很赚钱
MindFusion.WPF Pack 2022.R1
顺序表(下)
08 获取器 withAttr、多连缀、whereRaw、事务、数据集《ThinkPHP6 入门到电商实战》
L3-007 ladder map (test point 2 is stuck, you can see it)
06 tp6 的数据更新(改)及删除 《ThinkPHP6 入门到电商实战》
NetCore uses Dapper to query data
Some excellent blog recommendations for Qt event learning reference
fail-fast 和 fail-safe 快速学习
一行代码统计文本中指定字符串出现的次数
awk语法-03-awk表达式(if语句、while循环、for循环)、awk中执行shell命令
响应式pbootcms模板健身器械类网站
走进音视频的世界——RGB与YUV格式
This article will give you a thorough understanding of synchronized and Lock
The effect of base 0 or base 1 on the number of image iterations
leetcode: 874. Simulate a walking robot
【opencv】opencv开发包简介