3 rows where PermitNotes = "Permit Number 778932" and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

These facets timed out: SiteOrder, PermitNotes

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)
38682 158242 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 225 Bemis St 4 Sidewalk: Curb side : Cutout Tree Private 2 FUF 01/22/2018 12:00:00 AM 3 3x3 Permit Number 778932 6003158.9626 2096376.80466 37.7364303417798 -122.431543687401 (37.7364303417798, -122.431543687401) 2 7 5 63 7
63785 158240 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 225 Bemis St 2 Sidewalk: Curb side : Cutout Tree Private 2 FUF 01/22/2018 12:00:00 AM 3 3x3 Permit Number 778932 6003134.83556 2096356.78559 37.7363740064603 -122.43162567588 (37.7363740064603, -122.43162567588) 2 7 5 63 7
117767 158241 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 225 Bemis St 3 Sidewalk: Curb side : Cutout Tree Private 2 FUF 01/22/2018 12:00:00 AM 3 3x3 Permit Number 778932 6003145.71012 2096365.89505 37.7363996353363 -122.431588728148 (37.7363996353363, -122.431588728148) 2 7 5 63 7

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