Data source: Expert Forum · About: Metodologie

4 rows where An = 2011

View and edit SQL

An 1

  • 2011 · 4
Partid An subventii
PC 2011 59379
PDL 2011 2290588
PNL 2011 1327309
PSD 2011 2293220

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;