当前位置:网站首页>MySQL queries all table names and column information of the database through SQL
MySQL queries all table names and column information of the database through SQL
2022-07-23 10:22:00 【Desperately_ petty thief】
1、 Query all table names
Query all list information in the database , And automatically generate serial number
SELECT
ROW_NUMBER() over(order by "create_time") AS id,
table_name
FROM
information_schema.TABLES
WHERE
table_schema = (
SELECT DATABASE
()) 
2、 Query all table column information
Query the total column information of the database, including the table name 、 attribute 、 type 、 List and other information
SELECT
*
FROM
information_schema.COLUMNS
WHERE
table_schema = (
SELECT DATABASE
())
边栏推荐
- AI性能拉满的“广和通AI智能模组SCA825-W”加速推进电商直播2.0时代
- Self organization is the two-way rush of managers and members
- Target detection XML file to achieve mixup data enhancement (modifying the file path can be used directly, which is very convenient)
- What is per title encoding?
- SSM framework takeout ordering system
- 利用反射对修饰符为final的成员变量进行修改
- C language flexible array
- redis分片集群如何搭建与使用
- 什么是Per-Title编码?
- Click position and click offset of airtest script
猜你喜欢

Transfer software testing salary 10K | there is food in the hand and a bottom in the heart, which is the truth at all times

金仓数据库 KingbaseES SQL 语言参考手册 (8. 函数(九))

STM32——输入捕获实验

使用IDEA的反编译插件 反编译jar包/class文件/修改jar包

Anaconda 换源以及安装opencv

EasyCVR平台升级到最新版本v2.5.0,如何同步mysql数据库?

L-半胱氨酸修饰的金纳米粒子(Cys-GNPs)和牛血清白蛋白/生物素化白蛋白纳米粒

L-cysteine modified gold nanoparticles (Cys GNPs) and bovine serum albumin / biotinylated albumin nanoparticles

What is per title encoding?

1. Assignment statement
随机推荐
博世BOSCH EDI项目案例
Evidence based design of RF circuits
Transfer software testing salary 10K | there is food in the hand and a bottom in the heart, which is the truth at all times
How to build and use redis fragment cluster
Jeecgboot import document
[summary]
RDB和AOF的优缺点
时间序列-数据集:电力变压器数据集 (ETDataset)
EasyCVR平台CGO回放回调参数缺失导致设备录像无法播放,该如何解决?
redis分片集群如何搭建与使用
时间序列-第三方库:tsfresh【特征提取、特征选择】
S2SH+mysql的在线英语学习系统
C language file operation
SSH超市进销存管理系统
自组织是管理者和成员的双向奔赴
[azure event center] try new functions of azure event hub -- geo disaster recovery
世界正在被开源软件吞食
C language flexible array
大专码农和 985 程序员有什么区别?
C language -- several classic exercises of C language