3 rows where PlotSize = "Width 8ft" and qSpecies_id = 5

View and edit SQL

PlotSize

  • Width 8ft · 3
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)
90694 189838 DPW Maintained 1 Ceratonia siliqua :: Carob 5 525 Phelps St 7 Sidewalk: Property side : Yard Tree Private 2     9 Width 8ft   6015431.26911 2098152.36329 37.7419936082285 -122.389236732886 (37.7419936082285, -122.389236732886) 10 3 8 58 1
173944 189837 DPW Maintained 1 Ceratonia siliqua :: Carob 5 1698 Galvez Ave 11 Sidewalk: Property side : Yard Tree Private 2     16 Width 8ft   6015387.45837 2098059.88528 37.7417372537812 -122.389381761177 (37.7417372537812, -122.389381761177) 10 3 8 58 1
189953 189835 DPW Maintained 1 Ceratonia siliqua :: Carob 5 1698 Galvez Ave 7 Sidewalk: Property side : Yard Tree Private 2     9 Width 8ft   6015422.83464 2098030.46357 37.7416584290923 -122.389257386733 (37.7416584290923, -122.389257386733) 10 3 8 58 1

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