Postgres sql alter table delete ligne
DELETE FROM table_name
WHERE condition
Trained Tuna
DELETE FROM table_name
WHERE condition