仅提供中文版本
select column_name from information_schema.`COLUMNS` where table_schema='recheck_model' and table_name = 'problem_model';
调用information_schema中的columns视图,使用where语句将自己的数据库和数据表的名称

Author: Broccoli
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Related Articles
2020-06-12
vs2019 Connect MySQL You have a usable connection already.

2020-11-04
WCF IIS配置并引用 并初步使用Mysql数据库
2020-04-17
MySQL insert into 语句中字符串报错
2021-01-22
MySQL Lock Granularity and ACID

2021-01-06
Mysql Function to Query All Child Nodes Based on Parent Node

2020-05-22
Mysql Assign User to Access Specific Database