2 rows where PermitNotes = "Permit Number 775016" and qSpecies_id = 65 sorted by qLegalStatus_id

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)
19773 113547 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 2017 19th St 2 Sidewalk: Curb side : Cutout Tree Private 2   09/30/2015 12:00:00 AM 1   Permit Number 775016 6011715.20847 2105100.54779 37.7608650971692 -122.40257424272 (37.7608650971692, -122.40257424272) 10 3 8 28856 29
188936 113546 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 2017 19th St 1 Sidewalk: Curb side : Cutout Tree Private 2   09/30/2015 12:00:00 AM 1   Permit Number 775016 6011705.09048 2105100.13383 37.7608633956443 -122.402609207467 (37.7608633956443, -122.402609207467) 10 3 8 28856 29

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