VT
Size: a a a
VT
F
F
AK
SELECT innerselect.id, step.transition, step.date
FROM (
SELECT br.id, steps_json
FROM bank_requests AS br,
json_array_elements(br.data #> '{state_logs}') AS steps_json
) AS innerselect,
json_to_record(innerselect.steps_json) AS step(transition text, date text);
AK
F
VT
F
VT
F
AK
F
VT
F
AK
VT
AK
F
VT
F