7 rows where qSpecies_id = 227

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)
2381 70511 DPW Maintained 1 Syringa :: Lilac Tree 227 86 Valmar Ter 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF   2     6005252.68709 2092603.41387 37.7261878964399 -122.424036534566 (37.7261878964399, -122.424036534566) 9 7 6 28861 5
8117 241004 DPW Maintained 1 Syringa :: Lilac Tree 227 400 Prospect Ave 19 Sidewalk: Property side : Yard Tree Private 2     3     6006234.07494 2097571.53454 37.7398846188797 -122.420996512174 (37.7398846188797, -122.420996512174) 2 7 7 28859 2
30383 197814 DPW Maintained 1 Syringa :: Lilac Tree 227 760 San Bruno Ave 6 Sidewalk: Property side : Yard Tree Private 2     15     6010968.30311 2104712.5863 37.7597581144569 -122.405130152839 (37.7597581144569, -122.405130152839) 10 3 8 28856 29
59669 136580 DPW Maintained 1 Syringa :: Lilac Tree 227 8 Marion Pl 5 Sidewalk: Property side : Yard Tree Private 2     13     6008340.26563 2119450.44335 37.8000774773483 -122.415262558924 (37.8000774773483, -122.415262558924) 5 1 10 308 32
113622 136579 DPW Maintained 1 Syringa :: Lilac Tree 227 1306x Montgomery St 36 Median : Yard Tree DPW 1     22 Width 8ft   6011426.53654 2120156.27295 37.8021884811707 -122.404632533662 (37.8021884811707, -122.404632533662) 3 1 10 308 23
114990 136581 DPW Maintained 1 Syringa :: Lilac Tree 227 8 Marion Pl 6 Sidewalk: Property side : Yard Tree Private 2     8     6008338.82287 2119455.68196 37.8000917801798 -122.415267922487 (37.8000917801798, -122.415267922487) 5 1 10 308 32
180274 123450 DPW Maintained 1 Syringa :: Lilac Tree 227 747 02nd Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 3ft   5995334.55792 2110537.55672 37.7748655790763 -122.459621097411 (37.7748655790763, -122.459621097411) 11 6 2 54 11

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