2 rows where Neighborhoods (old) = 19 and qLegalStatus_id = 11 sorted by qSpecies_id

View and edit SQL

Neighborhoods (old)

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