4 lines
63 B
MySQL
4 lines
63 B
MySQL
|
UPDATE agent set
|
||
|
full_name = $1,
|
||
|
last_updated = $2
|
||
|
RETURNING *
|