4 rows where qLegalStatus_id = 11 and qSpecies_id = 172

View and edit SQL

qSpecies_id

  • Quercus agrifolia :: Coast Live Oak · 4
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)
4150 111749 Landmark tree 11 Quercus agrifolia :: Coast Live Oak 172 4124 23rd St 1 Back Yard : Yard Tree Private 2           6002319.4 2102413.2 37.752957247271 -122.434877962118 (37.752957247271, -122.434877962118) 2 4 5 28862 22
10284 262216 Landmark tree 11 Quercus agrifolia :: Coast Live Oak 172 4124 23rd St 1 Back Yard : Yard Tree Private 2       3x3   6002319 2102413 37.7529566754079 -122.43487933109 (37.7529566754079, -122.43487933109) 2 4 5 28862 22
14339 151836 Landmark tree 11 Quercus agrifolia :: Coast Live Oak 172 20 Rosemont Pl 2 Back Yard : Yard Tree Private 2     0 Width 3ft   6005099.05709 2108071.10762 37.7686499525699 -122.425668035147 (37.7686499525699, -122.425668035147) 8 4 5 28853 19
28932 105444 Landmark tree 11 Quercus agrifolia :: Coast Live Oak 172 20-28 ROSEMONT PL 1 Back Yard : Yard Tree Private 2           6005075.5 2108088.5 37.7686963767089 -122.425750755404 (37.7686963767089, -122.425750755404) 8 4 5 28853 19

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