datadic run ในฟ้าผ่า
SELECT
information_schema.COLUMNS.TABLE_NAME,
information_schema.COLUMNS.COLUMN_NAME,
information_schema.COLUMNS.COLUMN_TYPE,
information_schema.COLUMNS.COLUMN_KEY,
information_schema.COLUMNS.COLUMN_COMMENT
FROM information_schema.COLUMNS
WHERE
information_schema.COLUMNS.TABLE_SCHEMA = 'hos'