5 rows where PlotSize = "Width 6ft" and qSpecies_id = 90

View and edit SQL

PlotSize

  • Width 6ft · 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)
6594 190037 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 1201 Indiana St 2 Sidewalk: Curb side : Cutout Tree Private 2     9 Width 6ft   6015070.33914 2102891.81593 37.7549871354551 -122.390815868666 (37.7549871354551, -122.390815868666) 10 3 8 28856 29
27195 190038 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 1201 Indiana St 3 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 6ft   6015070.04888 2102904.88853 37.7550230139273 -122.390817786018 (37.7550230139273, -122.390817786018) 10 3 8 28856 29
63673 190036 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 1201 Indiana St 1 Sidewalk: Curb side : Cutout Tree Private 2     9 Width 6ft   6015071.83606 2102865.28409 37.7549143677243 -122.390808837753 (37.7549143677243, -122.390808837753) 10 3 8 28856 29
76755 190039 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 1201 Indiana St 4 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 6ft   6015070.25334 2102915.00665 37.7550508074752 -122.390817786007 (37.7550508074752, -122.390817786007) 10 3 8 28856 29
111498 190040 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 1201 Indiana St 5 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 6ft   6015068.4816 2102927.9251 37.7550861804851 -122.390824816018 (37.7550861804851, -122.390824816018) 10 3 8 28856 29

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