category
New post
MYSQL
PostgreSQL一些常用命令
Post on 2018-03-07
By Qubot
4204
0
最近一直在学习Postgresql,下面是自己整理的Postgresql的常用命令 连接数据库, 默认的用户和数据库是postgres psql -U user -d dbname...
X