1 row where "modified_at" is on date 2019-11-06 and municipality = "espoo"

View and edit SQL

Suggested facets: modified_at (date)

id ▼ modified_at municipality name_fi name_sv
11607 2019-11-06T14:38:02.078764+02:00 espoo Gräsanlaaksonkuja Gräsadalsgränden

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [street] (
   [id] INTEGER PRIMARY KEY,
   [modified_at] TEXT,
   [municipality] TEXT,
   [name_fi] TEXT,
   [name_sv] TEXT
);