4 rows where qLegalStatus_id = 2 and qSiteInfo = "Front Yard : Cutout" sorted by Longitude

View and edit SQL

These facets timed out: qSiteInfo

rowid TreeID qLegalStatus_id qSpecies_id qAddress SiteOrder qSiteInfo PlantType qCaretaker_id qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude ▼ Location Fire Prevention Districts Police Districts Supervisor Districts Zip Codes Neighborhoods (old)
37766 150676 Planning Code 138.1 required 2 Pittosporum undulatum :: Victorian Box 36 548 Rhode Island St 1 Front Yard : Cutout Tree Private 2   11/07/2017 12:00:00 AM 3 3x3 Permit Number 780811 6011754.98399 2105812.52377 37.7628222449765 -122.402486741392 (37.7628222449765, -122.402486741392) 8 3 8 28856 29
41739 253164 Planning Code 138.1 required 2 Tree(s) :: 17 146 Cambridge St 1 Front Yard : Cutout Tree Private 2   07/27/2017 12:00:00 AM 3 4x4   6006598.94029 2094006.41191 37.7301161400075 -122.419482094225 (37.7301161400075, -122.419482094225) 9 7 7 309 5
64837 253415 Planning Code 138.1 required 2 Magnolia grandiflora 'Little Gem' :: Little Gem Magnolia 13 55 Stoneybrook Ave   Front Yard : Cutout Tree Private 2   08/31/2017 12:00:00 AM 3   Permit Number 779907 6005926.97731 2093972.42686 37.7299849530428 -122.421802746417 (37.7299849530428, -122.421802746417) 9 7 6 28861 5
179923 122379 Planning Code 138.1 required 2 Magnolia grandiflora 'Little Gem' :: Little Gem Magnolia 13 466 Vernon St 1 Front Yard : Cutout Tree Private 2   10/26/2016 12:00:00 AM 3 3x3   5992521 2090937 37.7208852925782 -122.467927737968 (37.7208852925782, -122.467927737968) 9 8 6 64 24

Advanced export

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

CSV options:

CREATE TABLE "trees" (
   [rowid] INTEGER PRIMARY KEY,
   [TreeID] TEXT,
   [qLegalStatus_id] INTEGER REFERENCES [qLegalStatus]([id]),
   [qSpecies_id] INTEGER,
   [qAddress] TEXT,
   [SiteOrder] TEXT,
   [qSiteInfo] TEXT,
   [PlantType] TEXT,
   [qCaretaker_id] INTEGER REFERENCES [qCaretaker]([id]),
   [qCareAssistant] TEXT,
   [PlantDate] TEXT,
   [DBH] TEXT,
   [PlotSize] TEXT,
   [PermitNotes] TEXT,
   [XCoord] TEXT,
   [YCoord] TEXT,
   [Latitude] TEXT,
   [Longitude] TEXT,
   [Location] TEXT,
   [Fire Prevention Districts] TEXT,
   [Police Districts] TEXT,
   [Supervisor Districts] TEXT,
   [Zip Codes] TEXT,
   [Neighborhoods (old)] TEXT,
   FOREIGN KEY(qSpecies_id) REFERENCES qSpecies(id)
);