你好 明天

Home Archives
2020-04-15 阅读数:次
代码

MySQL查询表字段和字段备注

1
2
3
Select COLUMN_NAME 列名, DATA_TYPE 字段类型, COLUMN_COMMENT 字段注释  
from INFORMATION_SCHEMA.COLUMNS
Where table_name = '表名称' AND table_schema = '数据库名称';
Share
  • MySQL
Newer
centos7安装postgresql时遇到unable to find a match错误
Older
gunicorn启动flask报错[Errno 98] Address already in use

Categories

  • 书签
  • 代码
  • 笔记
  • 踩坑
  • 随笔

Tags

  • GIS
  • JavaScript
  • MySQL
  • PostGIS
  • PostgreSQL
  • git
  • python
  • sql

Tag Cloud

GIS JavaScript MySQL PostGIS PostgreSQL git python sql

Archives

  • April 2021
  • March 2021
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020

Recent Posts

  • python离线安装pandas和selenium
  • pgsql关联两张表update数据
  • pgsql表格字段设置为自增序列
  • 安装PostgreSQL12和PostGIS3.1
  • 升级hexo
湘ICP备20001765号 © 2021 cathie
Powered by Hexo PV | UV
Home Archives