s
Size: a a a
s
D
V
D
RL
D
DR
V
D
ВР
select * from json_populate_recordset(null::record, '[{"outPrice": 0, "period_id": "9bb670c8-92bd-4dc8-a7dc-52a36f4b9d61", "innerPrice": 0}, {"outPrice": 0, "period_id": "7ad31ad7-1c9f-4fee-95af-5b8058fdccce", "innerPrice": 0}, {"outPrice": 250, "period_id": "6eb22f46-8616-4d1f-9fd8-151125d3c16b", "innerPrice": 3500}]'::json)
as test2(
period_id uuid,
outPrice int,
innerPrice int
) YS
D
D
am
YS
select * from json_populate_recordset(null::record, '[{"outPrice": 0, "period_id": "9bb670c8-92bd-4dc8-a7dc-52a36f4b9d61", "innerPrice": 0}, {"outPrice": 0, "period_id": "7ad31ad7-1c9f-4fee-95af-5b8058fdccce", "innerPrice": 0}, {"outPrice": 250, "period_id": "6eb22f46-8616-4d1f-9fd8-151125d3c16b", "innerPrice": 3500}]'::json)
as test2(
period_id uuid,
outPrice int,
innerPrice int
) AS test2(period_id uuid, "outPrice" int, "innerPrice" int)
E
am
am
ВР
AS test2(period_id uuid, "outPrice" int, "innerPrice" int)
D