4 rows where qLegalStatus_id = 4 and qSpecies_id = 23

View and edit SQL

These facets timed out: qLegalStatus_id

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)
94071 96101 Undocumented 4 Olea europaea 'Majestic Beauty' :: Majestic Beauty Fruitless Olive 23 2780X 18th St 3 Sidewalk: Curb side : Cutout Tree Private 2   12/22/2014 12:00:00 AM 3 3x3 Permit Number 773748 6009596.8 2105493.6 37.7618258328219 -122.40992865922 (37.7618258328219, -122.40992865922) 8 4 8 28859 19
97245 232472 Undocumented 4 Olea europaea 'Majestic Beauty' :: Majestic Beauty Fruitless Olive 23 2750 18th St 4 Sidewalk: Curb side : Cutout Tree Private 2   10/19/2017 09:47:00 AM 3 Width 3ft   6009625.91688 2105498.46406 37.7618408202315 -122.409828298434 (37.7618408202315, -122.409828298434) 8 4 8 28859 19
121024 111780 Undocumented 4 Olea europaea 'Majestic Beauty' :: Majestic Beauty Fruitless Olive 23 399X Eugenia Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     2 3x3   6006776 2098005 37.7411053516367 -122.419153497094 (37.7411053516367, -122.419153497094) 2 7 7 28859 2
149055 96108 Undocumented 4 Olea europaea 'Majestic Beauty' :: Majestic Beauty Fruitless Olive 23 2780X 18th St 4 Sidewalk: Curb side : Cutout Tree Private 2   12/22/2014 12:00:00 AM 3 3x3 Permit Number 773748 6009596.8 2105493.6 37.7618258328219 -122.40992865922 (37.7618258328219, -122.40992865922) 8 4 8 28859 19

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)
);