3 rows where PlotSize = "Width 2ft" and qSpecies_id = 68 sorted by XCoord

View and edit SQL

PlotSize

  • Width 2ft · 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)
151548 179164 DPW Maintained 1 Prunus spp :: Cherry 68 906 Madrid St 1 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 2ft   6001361.98728 2088931.83355 37.7158861309088 -122.43722367146 (37.7158861309088, -122.43722367146) 9 7 6 28861 5
40074 238536 DPW Maintained 1 Prunus spp :: Cherry 68 1 Penny Ln 4 Back Yard : Yard Tree Private 2     3 Width 2ft   6002355.47862 2096490.80035 37.736697774076 -122.434329814067 (37.736697774076, -122.434329814067) 2 7 5 63 7
64777 234916 DPW Maintained 1 Prunus spp :: Cherry 68 1 Albion St 5 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 2ft   6005792.88209 2107221.84485 37.766357260514 -122.423207770616 (37.766357260514, -122.423207770616) 8 4 5 28853 19

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