[PostgreSQL]列出資料表清單


要做一支PostgreSQL資料轉倒到MSSQL,所以先來查些需要用到的指令,並做紀錄



select * from Information_schema.tables
where table_schema not in ('information_schema','pg_catalog')
order by table_name asc;

留言

這個網誌中的熱門文章

[Excel]將圖片放置於儲存格中

[軟體]AUTOCAD關於開啟圖面時,字型找不到,而要手動指定成 chineset.shx 字型檔問題

[MS SQL]查詢資料庫中每個資料表之列數與資料表大小(容量)資訊。Get size of all tables in database