{ "db_name": "PostgreSQL", "query": "insert into account_holder (source, destination, cre_dt_tm)\n select * from unnest($1::text[], $2::text[], $3::timestamptz[])\n on conflict (source, destination)\n do update set cre_dt_tm = excluded.cre_dt_tm\n ", "describe": { "columns": [], "parameters": { "Left": [ "TextArray", "TextArray", "TimestamptzArray" ] }, "nullable": [] }, "hash": "e2ebd92e926a8efbcc96911a457f5e1e4032e9eedd9f5b2b449d32eb92a39326" }