postgres =# DROP table employee; ERROR: table "employee" does not exist postgres=# To resolve this, you can use the IF EXISTS clause along with the DELTE ...
確定! 回上一頁