[PostgreSQL]列出資料表清單


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



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

留言

這個網誌中的熱門文章

[Autocad]如何找回“缺少SHX文件”對話框

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

[電腦軟體]VNC 匯出設定檔 直接點選免輸入帳號密碼