[PostgreSQL]列出資料表清單


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



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

留言

這個網誌中的熱門文章

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

[電腦軟體]偵測遠端電腦的網路 Port是否開啟

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