6 rows where PlotSize = "4X4" and qSpecies_id = 129 sorted by DBH

View and edit SQL

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)
11274 13515 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 333 Market St 9 Sidewalk: Curb side : Cutout Tree DPW 1   11/25/2019 10:27:00 AM 3 4X4   6013400.91851 2116448.99876 37.7921193351998 -122.397540013255 (37.7921193351998, -122.397540013255) 12 2 9 28855 6
20076 13882 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 1027 Market St 2 Sidewalk: Curb side : Cutout Tree DPW 1   04/14/2016 08:40:00 AM 3 4X4   6009489.4233125 2112722.2987067 37.7816681394186 -122.410810578934 (37.7816681394186, -122.410810578934) 14 2 9 28853 34
55189 13655 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 607 Market St 1 Sidewalk: Curb side : Cutout Tree DPW 1   01/26/2016 10:49:00 AM 3 4X4   6012064.2714323 2115177.7586998 37.7885542943226 -122.402075446971 (37.7885542943226, -122.402075446971) 12 2 9 28855 6
108926 14097 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 1455 Market St 8 Sidewalk: Curb side : Cutout Tree DPW 1   11/23/2016 12:00:00 AM 3 4X4 Permit Number 778907 6007200 2110540 37.7755474375327 -122.418576120309 (37.7755474375327, -122.418576120309) 8 2 9 28853 34
115149 13953 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 1117 Market St 3 Sidewalk: Curb side : Cutout Tree DPW 1   11/01/2016 07:38:00 AM 3 4X4   6008897.3784125 2112157.6718266 37.7800845945909 -122.412818850612 (37.7800845945909, -122.412818850612) 8 2 9 28853 34
130726 16724 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 1075 O'Farrell St 2 Sidewalk: Curb side : Cutout Tree DPW 1   06/30/2015 10:17:00 AM 3 4X4   6006252.84558 2113856.064 37.7845991729485 -122.422088192257 (37.7845991729485, -122.422088192257) 7 9 11 28858 41

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