- Explore
- Collaborate
- Visualize
- Connect
- Pricing
How to Update in PostgreSQL
-- All rows
update users set updated_at = now();
-- Some rows
update users set updated_at = now() where id = 1;
Finally, a unified workspace for your SQL development
Get more done, together, with PopSQL and PostgreSQL
Previous
How to Insert
Next
How to Delete
Finally, a unified workspace for your SQL development
Get more done, together, with PopSQL and PostgreSQL