48 rows where qLegalStatus_id = 1 and qSpecies_id = 76

View and edit SQL

qLegalStatus_id

  • DPW Maintained · 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)
179742 141658 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 54 Atalaya Ter 4 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 0ft   5998860.6823 2110837.2622 37.7758906238995 -122.447445119704 (37.7758906238995, -122.447445119704) 15 6 2 29492 16
185187 129061 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 2255 North Point St 2 Sidewalk: Curb side : Cutout Tree Private 2     11 Width 4ft   5999929.40393 2120533.73954 37.8025756294294 -122.444445171727 (37.8025756294294, -122.444445171727) 13 9 1 57 17
185343 228386 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 2825 23rd St 1 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 5ft   6009858.41124 2102775.39464 37.7543769112784 -122.408832064557 (37.7543769112784, -122.408832064557) 2 4 7 28859 19
186968 129063 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 2241 North Point St 2 Sidewalk: Curb side : Cutout Tree Private 2     14 Width 4ft   5999968.12389 2120538.72969 37.8025915402148 -122.444311540544 (37.8025915402148, -122.444311540544) 13 9 1 57 17
191800 108007 DPW Maintained 1 Grevillea robusta :: Silk Oak Tree 76 520 Hayes St 5 Sidewalk: Curb side : Cutout Tree Private 2     18 3x3   6005276.0229 2110986.1475 37.7766639452468 -122.425263382021 (37.7766639452468, -122.425263382021) 7 9 11 28852 10

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