4 rows where qLegalStatus_id = 4 and qSpecies_id = 119

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)
50533 113121 Undocumented 4 Eriobotrya japonica :: Edible Loquat 119 1x TOMASO CT 9 Sidewalk: Property side : Yard Tree Private 2           6009323 2086334 37.70920235104 -122.40952334552 (37.70920235104, -122.40952334552) 9 7 8 309 39
50569 109626 Undocumented 4 Eriobotrya japonica :: Edible Loquat 119 117 JUDSON AVE   Sidewalk: Property side : Cutout Tree Private 2       3x12   5999286.5 2093444.4 37.7281583983457 -122.444721663071 (37.7281583983457, -122.444721663071) 9 7 4 28861 40
174138 113120 Undocumented 4 Eriobotrya japonica :: Edible Loquat 119 1x TOMASO CT 8 Sidewalk: Property side : Yard Tree Private 2           6009323 2086334 37.70920235104 -122.40952334552 (37.70920235104, -122.40952334552) 9 7 8 309 39
180433 109627 Undocumented 4 Eriobotrya japonica :: Edible Loquat 119 500 CIRCULAR AVE 1 Sidewalk: Property side : Cutout Tree Private 2       3x3   5999334 2093430 37.728121569817 -122.444556419888 (37.728121569817, -122.444556419888) 9 7 4 28861 40

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