Em dom., 1 de mar. de 2026 às 11:54, Marcos Pegoraro <[email protected]>
escreveu:

> with Data as (select V from MyTable where F1 = 100)
> select (select jsonb_agg(V) from Data) Total,
>        (select jsonb_agg(V) from Data where V>1) Filtered;
>
This one should be.
Regards
Marcos

Reply via email to