1 row where "modified_at" is on date 2020-05-25 sorted by name_fi

View and edit SQL

modified_at (date)

  • 2020-05-25 · 1
id modified_at municipality name_fi ▼ name_sv
1056 2020-05-25T12:28:55.750805+03:00 helsinki Keinulaudankuja Gungbrädsgrä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
);