How to Update in PostgreSQL
-- All rows
update users set updated_at = now();
-- Some rows
update users set updated_at = now() where id = 1;
Previous
How to Create a TableNext
How to InsertShared queries and folders ✅ Version history ✅ One-click connection to PostgreSQL ✅
Get more done, together, with PopSQL and PostgreSQL