postgresql學習

1 建立數據庫: 2 create database xt with owner = xt encoding = "utf-8"; 3 修改數據庫: 4 alter database xt rename to gxt; 5 --鏈接數 6 alert database gxt connection limit 20; 7 --刪除 8 drop database gxt; 9
相關文章
相關標籤/搜索