8 rows where Neighborhoods (old) = 34 and qSpecies_id = 173

View and edit SQL

Neighborhoods (old)

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)
19904 107842 Undocumented 4 Casurina stricta :: Beefwood: Drooping She-Oak 173 407 09TH ST 3 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6009856.3 2109387.9 37.7725332267653 -122.409305976048 (37.7725332267653, -122.409305976048) 14 2 9 28853 34
64573 107843 Undocumented 4 Casurina stricta :: Beefwood: Drooping She-Oak 173 407 09TH ST 4 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6009856.3 2109387.9 37.7725332267653 -122.409305976048 (37.7725332267653, -122.409305976048) 14 2 9 28853 34
110766 107841 DPW Maintained 1 Casurina stricta :: Beefwood: Drooping She-Oak 173 407 09th St 2 Sidewalk: Curb side : Cutout Tree Private 2     17 3x3   6009830.23681 2109237.43291 37.7721186188114 -122.40938551093 (37.7721186188114, -122.40938551093) 14 2 9 28853 34
124653 107845 Undocumented 4 Casurina stricta :: Beefwood: Drooping She-Oak 173 407 09TH ST 6 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6009856.3 2109387.9 37.7725332267653 -122.409305976048 (37.7725332267653, -122.409305976048) 14 2 9 28853 34
148605 107846 DPW Maintained 1 Casurina stricta :: Beefwood: Drooping She-Oak 173 407 09th St 7 Sidewalk: Curb side : Cutout Tree Private 2     12 3x3   6009780.079 2109294.20341 37.7722716870121 -122.409563019144 (37.7722716870121, -122.409563019144) 14 2 9 28853 34
173628 107840 DPW Maintained 1 Casurina stricta :: Beefwood: Drooping She-Oak 173 407 09th St 1 Sidewalk: Curb side : Cutout Tree Private 2     14 3x3   6009841.61073 2109223.26408 37.7720803517525 -122.409345167358 (37.7720803517525, -122.409345167358) 14 2 9 28853 34
178220 107844 Undocumented 4 Casurina stricta :: Beefwood: Drooping She-Oak 173 407 09TH ST 5 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6009856.3 2109387.9 37.7725332267653 -122.409305976048 (37.7725332267653, -122.409305976048) 14 2 9 28853 34
194057 107847 DPW Maintained 1 Casurina stricta :: Beefwood: Drooping She-Oak 173 407 09th St 8 Sidewalk: Curb side : Cutout Tree Private 2     16 3x3   6009772.46475 2109302.10129 37.7722929460963 -122.409589915155 (37.7722929460963, -122.409589915155) 14 2 9 28853 34

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