6 rows where PlotSize = "Width 3ft" and qSpecies_id = 76

View and edit SQL

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)
10347 228397 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 701 Church St 16 Front Yard : Yard Tree Private 2     13 Width 3ft   6004357.45048 2104466.76074 37.7587113449778 -122.427976317866 (37.7587113449778, -122.427976317866) 2 4 5 28862 3
44372 228394 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 4298 24th St 1 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 3ft   6001301.49892 2101755.94027 37.7510947239528 -122.438350966244 (37.7510947239528, -122.438350966244) 2 4 5 28862 22
94865 228396 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 4288 24th St 1 Sidewalk: Curb side : Cutout Tree Private 2     20 Width 3ft   6001338.35348 2101755.90364 37.7510967195506 -122.438223517003 (37.7510967195506, -122.438223517003) 2 4 5 28862 22
97023 129060 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 2255 North Point St 1 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 3ft   5999914.28487 2120531.68335 37.8025691210224 -122.444497343202 (37.8025691210224, -122.444497343202) 13 9 1 57 17
129755 228395 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 4296 24th St 1 Sidewalk: Curb side : Cutout Tree Private 2     21 Width 3ft   6001318.29978 2101756.68227 37.7510977169059 -122.438292920405 (37.7510977169059, -122.438292920405) 2 4 5 28862 22
155502 228390 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 694 28th St 1 Sidewalk: Curb side : Yard Tree Private 2     12 Width 3ft   6001432.64937 2099426.54924 37.7447062288009 -122.437730622876 (37.7447062288009, -122.437730622876) 2 7 5 63 22

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