Data source: Expert Forum · About: Metodologie

5 rows where An = 2012

View and edit SQL

An 1

  • 2012 · 5
Partid An subventii
PC 2012 88366
PDL 2012 2220156
PNL 2012 1388025
PPDD 2012 103865
PSD 2012 2380310

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;