5 rows where PlotSize = "Width 3ft", Supervisor Districts = 2 and qSpecies_id = 47 sorted by Location

View and edit SQL

Supervisor Districts

PlotSize

  • Width 3ft · 5
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)
24415 119095 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 6700 Fulton St 1 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 3ft   5982534.89521 2109675.70682 37.7717548615052 -122.503833231018 (37.7717548615052, -122.503833231018) 11 6 2 55 26
58696 119085 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 886 45th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     14 Width 3ft   5982037.396 2109722.65545 37.7718545033558 -122.505557564286 (37.7718545033558, -122.505557564286) 11 6 2 55 26
126484 118250 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 759 34th Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 3ft   5985366.8002 2110712.822 37.7747685933044 -122.494114082166 (37.7747685933044, -122.494114082166) 11 6 2 55 26
164867 118789 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 718 45th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     23 Width 3ft   5981995.4955 2110847.43445 37.7749403522663 -122.505785898051 (37.7749403522663, -122.505785898051) 11 6 2 55 26
67268 118441 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 5201 Anza St 3 Sidewalk: Curb side : Yard Tree Private 2     8 Width 3ft   5982477.73735 2111660.7356 37.7772018111581 -122.504178007129 (37.7772018111581, -122.504178007129) 11 6 2 55 26

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