How to Delete in PostgreSQL
delete from users where id = 1;
Previous
How to drop a columnFinally, a unified workspace for your SQL development
Get more done, together, with PopSQL and PostgreSQL
delete from users where id = 1;
Previous
How to drop a column