5 rows where Zip Codes = 64 and qSpecies_id = 186

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)
15120 219172 DPW Maintained 1 Heteromeles arbutifolia :: Toyon 186 47 Ralston St 2 Back Yard : Yard Tree Private 2     4     5992175.93719 2088256.51499 37.7135053997375 -122.468925539806 (37.7135053997375, -122.468925539806) 9 8 6 64 24
22822 219173 DPW Maintained 1 Heteromeles arbutifolia :: Toyon 186 47 Ralston St 3 Back Yard : Yard Tree Private 2     14     5992177.27741 2088252.32059 37.71349396036 -122.468920602522 (37.71349396036, -122.468920602522) 9 8 6 64 24
85886 219175 DPW Maintained 1 Heteromeles arbutifolia :: Toyon 186 900 Junipero Serra Blvd 44 : Tree Private 2     3 Width 0ft   5991147.96907 2090696.24871 37.7201448650745 -122.472656300859 (37.7201448650745, -122.472656300859) 9 8 4 64 40
97121 219174 DPW Maintained 1 Heteromeles arbutifolia :: Toyon 186 700 Junipero Serra Blvd 128 : Tree Private 2     25 Width 0ft   5991213.30125 2091731.56505 37.722991369546 -122.47250591174 (37.722991369546, -122.47250591174) 9 8 4 64 40
139112 219176 DPW Maintained 1 Heteromeles arbutifolia :: Toyon 186 900 Junipero Serra Blvd 45 : Tree Private 2     3 Width 0ft   5991144.913 2090692.17248 37.7201334958488 -122.472666567517 (37.7201334958488, -122.472666567517) 9 8 4 64 40

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