remax-backend-rs/sql/agent/update.sql

4 lines
63 B
SQL

UPDATE agent set
full_name = $1,
last_updated = $2
RETURNING *