当前位置:网站首页>Attributes, comments and field information of fields in MySQL query table
Attributes, comments and field information of fields in MySQL query table
2022-06-22 03:28:00 【Fenghua Langlang】
mysql Query the attributes and comments of all fields in the table
select * from information_schema.columns where table_name=' Table name 'mysql Get all field information of the table
SELECT column_name columnName, data_type dataType, column_comment columnComment, column_key columnKey, extra FROM information_schema.COLUMNS WHERE table_name = 'user' AND table_schema = ( SELECT DATABASE ( ) ) ORDER BY ordinal_position
边栏推荐
- 2022.6.21-----leetcode.1108
- golang并发编程之Mutex互斥锁实现同步和原子操作(atomic)
- 【NVMe2.0b 5】NVM Subsystem
- snappy格式解析
- Image metadata acquisition and modification
- torch. Max() explanation
- Select in golang concurrent programming
- CMD view the console output of hearts, diamonds, spades and clubs to solve the garbled code
- 基于Pytorch的图像分类总结:Swin Transformer
- Golang standard library time
猜你喜欢
随机推荐
std::move与std::forward右值引用研究
Explanation of atomic operation in golang concurrent programming
[nvme2.0b 6] nvme queue model
Vs loading symbols causes program to start slowly
snappy格式解析
【 thesis 】 zero reference depth curve estimation for low light image enhancement
A solution to memory leak in server
gdb调测使用整理
Project management software development project management
zombie进程与orphan进程
R数据分析:临床预测模型中校准曲线和DCA曲线的意义与做法
策略模式
Configuration and optimization of redis cache database
golang并发编程之select
rabbmitMQ 发布关键字模式<三>
golang并发编程之原子操作详解
uv_loop_init()流程
Fastdfs-5.0.5 installation
Atcoder beginer contest 252 (Dijkstra, reverse thinking)
selenium入门级项目 - 豆豆玩竞猜




![[crawler notes 2] mouse events, screenshots and common attack methods](/img/d8/a367c26b51d9dbaf53bf4fe2a13917.png)




