10 rows where DBH = 0 and qSpecies_id = 65 sorted by rowid

View and edit SQL

SiteOrder

DBH

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)
16050 144227 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 782 43rd Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   01/25/2020 12:48:00 PM 0 Width 4ft   5982631.55426 2110466.9997 37.7739332051856 -122.503557493782 (37.7739332051856, -122.503557493782) 11 6 2 55 26
19536 160455 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 11 France Ave 2 Sidewalk: Curb side : Cutout Tree Private 2   10/05/2019 12:00:00 AM 0 Width 0ft   6001161.40103 2090408.94535 37.719930544037 -122.438022734371 (37.719930544037, -122.438022734371) 9 7 6 28861 5
74291 164206 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 2539 16th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     0 Width 3ft   5991384.96424 2098131.18541 37.7405730525915 -122.472378820421 (37.7405730525915, -122.472378820421) 1 8 4 29491 40
145878 100940 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1470 45th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   09/20/2012 12:00:00 AM 0   Permit Number 769322 5982213.5 2105098.8 37.7591690876422 -122.504605773131 (37.7591690876422, -122.504605773131) 1 8 3 56 35

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