2 rows where Fire Prevention Districts = 13 and qSpecies_id = 212 sorted by Latitude

View and edit SQL

Fire Prevention Districts

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)
62706 50598 Permitted Site 7 Privet :: 212 1700 Buchanan St 9 Sidewalk: Curb side : Cutout Tree Private 2   11/26/2003 12:00:00 AM     Permit Number 47204 6004061.24207522 2114267.02341516 37.7856037113433 -122.429699722138 (37.7856037113433, -122.429699722138) 13 9 11 29490 13
148312 116796 Undocumented 4 Privet :: 212 2253 WEBSTER ST 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6003196 2116495 37.7916721364694 -122.432852428581 (37.7916721364694, -122.432852428581) 13 9 1 29490 27

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