5 rows where PlotSize = "", SiteOrder = 5 and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

SiteOrder

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)
9579 74128 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 800 Excelsior Ave 5 Sidewalk: Curb side : Cutout Tree Private 2 FUF   9     6004381.29063 2091452.37119 37.7229781503978 -122.426966961977 (37.7229781503978, -122.426966961977) 9 7 6 28861 5
107628 97552 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 250@Flood Detroit St 5 Sidewalk: Curb side : Cutout Tree Private 2         Permit Number 42524 5999434 2093931 37.7295029047189 -122.444246704733 (37.7295029047189, -122.444246704733) 9 7 4 63 40
126786 248223 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 70 Fair Ave 5 Side Yard : Yard Tree Private 2     18     6007150.20605 2099339.87769 37.744791694087 -122.417954229812 (37.744791694087, -122.417954229812) 2 7 7 28859 2
142656 108766 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 500X Lathrop Ave 5 Sidewalk: Curb side : Cutout Tree Private 2 FUF 01/06/2015 12:00:00 AM 3   Permit Number 773822 6012750.2 2086624.6 37.7101917236901 -122.397698699654 (37.7101917236901, -122.397698699654) 10 3 8 309 1
180027 114084 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 20 Cook St 5 Sidewalk: Curb side : Cutout Tree Private 2 FUF   17     5997493.8327 2113562.2002 37.7832943866098 -122.452370058209 (37.7832943866098, -122.452370058209) 15 6 1 54 31

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