4 rows where PlotSize = "Width 0ft" and qSpecies_id = 76 sorted by Latitude

View and edit SQL

PlotSize

  • Width 0ft · 4
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)
153392 141655 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 84 Atalaya Ter 1 Sidewalk: Curb side : Cutout Tree Private 2     17 Width 0ft   5998864.9518 2110805.478 37.7758035966332 -122.44742806218 (37.7758035966332, -122.44742806218) 15 6 2 29492 16
31269 141656 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 74 Atalaya Ter 2 Sidewalk: Curb side : Cutout Tree Private 2     10 Width 0ft   5998863.0542 2110814.9658 37.7758295392563 -122.447435309503 (37.7758295392563, -122.447435309503) 15 6 2 29492 16
24156 141657 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 64 Atalaya Ter 3 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 0ft   5998862.5798 2110825.8768 37.7758594709495 -122.4474377361 (37.7758594709495, -122.4474377361) 15 6 2 29492 16
179742 141658 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 54 Atalaya Ter 4 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 0ft   5998860.6823 2110837.2622 37.7758906238995 -122.447445119704 (37.7758906238995, -122.447445119704) 15 6 2 29492 16

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