postgres=# \c calculatordb
You are now connected to database "calculatordb" as user "postgres".
calculatordb=# \dt
List of relations
Schema | Name | Type | Owner
--------+---------+-------+----------
public | history | table | postgres
(1 row)
calculatordb=# DROP TABLE history
calculatordb-#
; надо добавить DROP TABLE history;
ТОЧку с запятой поставь в конце
Забей на это, делай запросы в pgAdmin
Обсуждают сегодня