2 rows where letter = "l"

View and edit SQL

Suggested facets: modified_at (date), street_modified_at (date)

id ▼ number number_end letter modified_at location_type location_coordinates_0 location_coordinates_1 street_id street_modified_at street_municipality street_name_fi street_name_sv postal_code
23987 2   l 2018-08-07T16:12:32.429279+03:00 Point 24.9771494 60.2612314 2052 2018-08-07T16:12:29.204282+03:00 helsinki Ollilantie Ollasvägen 00780
76113 5   l 2020-08-24T15:49:11.642263+03:00 Point 24.8727736 60.2667461 6701 2018-08-07T16:13:04.877224+03:00 vantaa Kaivokselantie Gruvstavägen 01610

Advanced export

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

CSV options:

CREATE TABLE [address] (
   [id] INTEGER PRIMARY KEY,
   [number] TEXT,
   [number_end] TEXT,
   [letter] TEXT,
   [modified_at] TEXT,
   [location_type] TEXT,
   [location_coordinates_0] FLOAT,
   [location_coordinates_1] FLOAT,
   [street_id] INTEGER,
   [street_modified_at] TEXT,
   [street_municipality] TEXT,
   [street_name_fi] TEXT,
   [street_name_sv] TEXT,
   [postal_code] TEXT
);