Data source: Expert Forum · About: Metodologie

4 rows where Partid = "PNTCD" sorted by An

View and edit SQL

Partid 1

  • PNTCD · 4
Partid An ▼ subventii
PNTCD 2013 18480
PNTCD 2014 18476
PNTCD 2015 20559
PNTCD 2016 3744

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;