close

-- 資料表註解
select table_schema, table_name, table_comment
from information_schema.tables
where table_schema='資料庫名稱';


-- 資料欄位註解
select table_name, column_name, column_type, column_key, extra, column_comment
from information_schema.columns
where table_schema='資料庫名稱';

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 hsiung03 的頭像
    hsiung03

    hsiung.博格 ERP軟體

    hsiung03 發表在 痞客邦 留言(0) 人氣()