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

5 lines
109 B
MySQL
Raw Permalink Normal View History

2023-03-09 17:45:16 +00:00
INSERT INTO agent (
id, full_name, time_created, last_updated
) VALUES (
$1, $2, $3, $3
) RETURNING *