3 rows where PlotSize = "2x2" and qSpecies_id = 177 sorted by PermitNotes

View and edit SQL

These facets timed out: PlotSize

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)
51392 37127 Permitted Site 7 Olea europaea 'Fruitless' :: Fruitless Olive 177 1501 46th Ave 3 Sidewalk: Curb side : Cutout Tree Private 2   06/01/1998 12:00:00 AM   2x2 Permit Number 39712 5981856.07887628 2104857.97095308 37.7584868087664 -122.50582403114 (37.7584868087664, -122.50582403114) 1 8 3 56 35
176540 37129 Permitted Site 7 Olea europaea 'Fruitless' :: Fruitless Olive 177 1501 46th Ave 4 Sidewalk: Curb side : Cutout Tree Private 2   06/01/1998 12:00:00 AM   2x2 Permit Number 39712 5981856.07887628 2104857.97095308 37.7584868087664 -122.50582403114 (37.7584868087664, -122.50582403114) 1 8 3 56 35
164090 18540 DPW Maintained 1 Olea europaea 'Fruitless' :: Fruitless Olive 177 60 Quartz Way 1 Sidewalk: Curb side : Cutout Tree DPW 1     75 2x2 Permit Number 778371 5999060.6585186 2099832.0947892 37.7456846005578 -122.445961639207 (37.7456846005578, -122.445961639207) 2 7 5 63 22

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