openGauss-basic-operation/3.sh

4 lines
241 B
Bash

gsql -d postgres -U gaussdb -W'passwd123@123' -f /data/workspace/myshixun/my.sql
gsql -d postgres -U gaussdb -W'passwd123@123' -f /data/workspace/myshixun/3.sql
gsql -d postgres -U gaussdb -W'passwd123@123' -c "select * from student"