数据库文档
select
COLUMN_COMMENT ,
COLUMN_NAME ,
COLUMN_TYPE ,
IS_NULLABLE ,
COLUMN_COMMENT
from
information_schema.COLUMNS
where
TABLE_SCHEMA = ''
and TABLE_NAME = ''
order by
ordinal_position
数据库文档
select
COLUMN_COMMENT ,
COLUMN_NAME ,
COLUMN_TYPE ,
IS_NULLABLE ,
COLUMN_COMMENT
from
information_schema.COLUMNS
where
TABLE_SCHEMA = ''
and TABLE_NAME = ''
order by
ordinal_position