6 rows where qCaretaker_id = 21 sorted by Latitude

View and edit SQL

qLegalStatus_id

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)
135817 105173 Undocumented 4 Metrosideros excelsa :: New Zealand Xmas Tree 16 1601X NEWCOMB AVE 2 Sidewalk: Curb side : Cutout Tree Asian Arts Commission 21 Arts Commission   13 4x4 Permit Number 770204 6015135 2095759 37.7354054940815 -122.390093985074 (37.7354054940815, -122.390093985074) 10 3 8 58 1
149009 12909 DPW Maintained 1 Platanus x hispanica :: Sycamore: London Plane 27 200 Larkin St 1 Sidewalk: Curb side : Cutout Tree Asian Arts Commission 21     50 3X3   6007780.30496 2112111.95724 37.779896309296 -122.41668008474 (37.779896309296, -122.41668008474) 7 9 9 28852 36
148146 12910 DPW Maintained 1 Platanus x hispanica :: Sycamore: London Plane 27 200 Larkin St 2 Sidewalk: Curb side : Cutout Tree Asian Arts Commission 21     60 3X3   6007779.43261 2112129.0051 37.7799430695601 -122.416684310636 (37.7799430695601, -122.416684310636) 7 9 9 28852 36
58683 12911 DPW Maintained 1 Platanus x hispanica :: Sycamore: London Plane 27 200 Larkin St 3 Sidewalk: Curb side : Cutout Tree Asian Arts Commission 21     60 3X3   6007775.55734 2112148.54769 37.779996510859 -122.416699101796 (37.779996510859, -122.416699101796) 7 9 9 28852 36
182938 12912 DPW Maintained 1 Platanus x hispanica :: Sycamore: London Plane 27 200 Larkin St 4 Sidewalk: Curb side : Cutout Tree Asian Arts Commission 21     50 3X3   6007764.05578 2112272.85999 37.7803371956541 -122.41674770026 (37.7803371956541, -122.41674770026) 7 9 9 28852 36
50117 12913 DPW Maintained 1 Platanus x hispanica :: Sycamore: London Plane 27 200 Larkin St 5 Sidewalk: Curb side : Cutout Tree Asian Arts Commission 21     50 3X3   6007759.03449 2112296.07509 37.7804006563122 -122.416766716427 (37.7804006563122, -122.416766716427) 7 9 9 28852 36

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