PostgreSQL DELETE - Deleting Rows in a Table

PHOTO EMBED

Thu Feb 10 2022 10:32:02 GMT+0000 (Coordinated Universal Time)

Saved by @arielvol

DELETE FROM table_name
WHERE condition;
Code language: SQL (Structured Query Language) (sql)
content_copyCOPY

https://www.postgresqltutorial.com/postgresql-delete/