jl-backend-rs/sql/agent/get_with_id.sql

10 lines
192 B
MySQL
Raw Permalink Normal View History

SELECT
2023-04-14 18:42:52 +00:00
id,
shortcode,
full_name,
credential,
credential_type as "credential_type: _",
profile_picture_url,
time_created,
last_updated
FROM agent WHERE id = $1;