SELECT
table_name,
column_name,
column_comment,
data_type,
column_type
FROM
information_schema. COLUMNS
WHERE
TABLE_SCHEMA = 'ssr'
ORDER BY
TABLE_NAME,
ORDINAL_POSITION

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
  • 2022-01-13
  • 2021-11-28
  • 2021-11-19
猜你喜欢
  • 2021-11-04
  • 2022-02-10
  • 2021-11-28
  • 2021-09-29
  • 2022-01-24
  • 2022-12-23
相关资源
相似解决方案