5 rows where DBH = 18, SiteOrder = 2 and qSpecies_id = 65 sorted by PlotSize

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)
9419 70579 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 212 20th Ave 2 Sidewalk: Curb side : Cutout Tree Private 2 FUF   18     5989642.97264 2113940.99798 37.7838815566968 -122.479558331084 (37.7838815566968, -122.479558331084) 11 6 2 55 26
26119 125558 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 39 Dashiell Hammett St 2 Sidewalk: Curb side : Cutout Tree Private 2     18 Width 1ft   6010359.2219 2116035.15877 37.7908131958158 -122.408035175278 (37.7908131958158, -122.408035175278) 5 1 10 28857 21
20543 203531 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 355 Granada Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     18 Width 2ft   5995610.31086 2092357.07195 37.7249623857941 -122.457351672459 (37.7249623857941, -122.457351672459) 9 7 4 28861 40
1033 221901 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 7 Marsily St 2 Sidewalk: Curb side : Cutout Tree Private 2     18 Width 3ft   6004253.74444 2095482.9703 37.7340380650904 -122.427694899296 (37.7340380650904, -122.427694899296) 2 7 5 28861 25
107710 175194 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 522 Avalon Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     18 Width 3ft   6004004.48398 2092477.2158 37.7257708331541 -122.428342513702 (37.7257708331541, -122.428342513702) 9 7 6 28861 5

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