console.jay()

Home

❯

postgresql

❯

PostgreSQL Update

PostgreSQL Update

Mar 30, 20251 min read

  • postgres

To update a single record in the database, use the following SQL statement:

UPDATE person SET first_name = 'Omar', last_name = 'Montana' WHERE id = 2011;

References

  • Learn PostgreSQL Tutorial - Full Course for Beginners (youtube.com)

Graph View

Backlinks

  • PostgreSQL MOC

Created with Quartz v4.5.0 © 2025

  • GitHub