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

View and edit SQL

PlotSize

  • Width 5ft · 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)
65845 223047 DPW Maintained 1 Crataegus laevigata :: English Hawthorn 133 3864 23rd St 1 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 5ft   6004003.36703 2102490.39098 37.7532646621477 -122.429059987437 (37.7532646621477, -122.429059987437) 2 4 5 28862 22
176527 223048 DPW Maintained 1 Crataegus laevigata :: English Hawthorn 133 3880 23rd St 1 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 5ft   6003922.51538 2102484.70879 37.7532444831531 -122.429339183778 (37.7532444831531, -122.429339183778) 2 4 5 28862 22
180178 206664 DPW Maintained 1 Crataegus laevigata :: English Hawthorn 133 135 San Marcos Ave 1 Sidewalk: Property side : Yard Tree Private 2     4 Width 5ft   5993646.4962 2100328.84926 37.7467379151376 -122.464718926731 (37.7467379151376, -122.464718926731) 1 8 4 29491 40

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