pgsql delete database (error record)

Recently learning pgsql, I was really moved by this Mac system. Well, without further ado, just upload the code! ! !

There are two commands:

  1. DROP DATABASE databaseName;
  2. DROPDB databaseName;

Note: Commands must be in capital letters and semicolons must be included.

Guess you like

Origin blog.csdn.net/qq_44503987/article/details/115287858