Data source: Expert Forum · About: Metodologie

5 rows where Partid = "UNPR" sorted by An

View and edit SQL

Partid 1

  • UNPR · 5
Partid An ▼ subventii
UNPR 2013 100344
UNPR 2014 100343
UNPR 2015 111642
UNPR 2016 434476
UNPR 2020 21607

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW "Subvenții anuale" AS SELECT Partid, An, SUM(Suma) AS subventii FROM Subvenții GROUP BY Partid, An;