2 rows where Neighborhoods (old) = 16 and qLegalStatus_id = 9

View and edit SQL

These facets timed out: Neighborhoods (old)

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)
194501 265145 Private 9 Tristaniopsis laurina :: Swamp Myrtle 1 2160 Hayes St 1 Sidewalk: Curb side : Cutout Tree Private 2   01/13/2021 12:00:00 AM 3 3x3 Permit Number 782838 5997529.09133 2109900.74605 37.7732430089022 -122.451983830898 (37.7732430089022, -122.451983830898) 15 5 11 29492 16
194517 265144 Private 9 Tristaniopsis laurina :: Swamp Myrtle 1 2166 Hayes St 1 Sidewalk: Curb side : Cutout Tree Private 2     3 3x3 Permit Number 782839 5997501.55835 2109896.92898 37.773230951126 -122.452078795234 (37.773230951126, -122.452078795234) 15 5 11 29492 16

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