7 rows where Zip Codes = 310 and qSpecies_id = 202

View and edit SQL

Zip Codes

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)
7320 189222 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 101 Pennsylvania Ave 1 Front Yard : Yard Tree Private 2     2     6014335.23001 2106254.12043 37.7641784810862 -122.393593414898 (37.7641784810862, -122.393593414898) 14 3 8 310 29
10445 187965 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 211 Terry A Francois Blvd 2 Sidewalk: Curb side : Pot Tree Private 2     2 Width 5ft   6015662.09524 2110622.54521 37.7762468568378 -122.38930919937 (37.7762468568378, -122.38930919937) 14 3 9 310 20
29070 187964 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 211 Terry A Francois Blvd 1 Sidewalk: Curb side : Pot Tree Private 2     3 Width 5ft   6015658.44742 2110621.01823 37.7762424618552 -122.389321711634 (37.7762424618552, -122.389321711634) 14 3 9 310 20
55921 189223 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 101 Pennsylvania Ave 5 Front Yard : Yard Tree Private 2     1     6014330.31355 2106344.51761 37.7644264187655 -122.393616746937 (37.7644264187655, -122.393616746937) 14 3 8 310 29
57327 187966 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 211 Terry A Francois Blvd 3 Sidewalk: Curb side : Pot Tree Private 2     3 Width 5ft   6015666.2407 2110622.1949 37.7762461247865 -122.389294834495 (37.7762461247865, -122.389294834495) 14 3 9 310 20
81425 189225 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 101 Pennsylvania Ave 28 Front Yard : Yard Tree Private 2     1     6014307.08555 2106575.78079 37.7650601260485 -122.393713274773 (37.7650601260485, -122.393713274773) 14 3 8 310 29
84172 189224 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 101 Pennsylvania Ave 15 Front Yard : Yard Tree Private 2     1     6014323.89166 2106455.06011 37.7647295874116 -122.393646696144 (37.7647295874116, -122.393646696144) 14 3 8 310 29

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