我想在我的DDL脚本中更改连接。 DBeaver保持沉默。感觉DBeaver不想让我在脚本中使用CONNECT / DISCONNECT? 我在做什么错了?
DISCONNECT ;
SQL Error [42601]: ERROR: syntax error at or near "DISCONNECT"
CONNECT TO mydb USER myuser IDENTIFIED BY postgres;
SQL Error [42601]: ERROR: syntax error at or near "CONNECT"
Position: 1