4 rows where Fire Prevention Districts = 15 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)
128020 115150 Undocumented 4 Privet :: 212 209 Grattan St 2 Sidewalk: Curb side : Cutout Tree Private 2   03/04/2016 12:00:00 AM 3 3x3   5997642.1 2106419.3 37.7636903209387 -122.451341781368 (37.7636903209387, -122.451341781368) 15 5 11 29492 9
177673 53302 Permitted Site 7 Privet :: 212 38 Levant St 1 Sidewalk: Curb side : Cutout Tree Private 2   09/22/1969 12:00:00 AM 9   Permit Number 6192 6000247.71875461 2106609.17319721 37.7643605184726 -122.442343413318 (37.7643605184726, -122.442343413318) 15 5 5 28862 3
48120 114511 Undocumented 4 Privet :: 212 34 LEVANT ST 2 Sidewalk: Curb side : Cutout Tree Private 2     12 6x10   6000223 2106691 37.7645837856533 -122.442434783392 (37.7645837856533, -122.442434783392) 15 5 5 28862 3
85162 40799 Permitted Site 7 Privet :: 212 66 Delmar St 1 Sidewalk: Curb side : Cutout Tree Private 2   08/25/1999 12:00:00 AM     Permit Number 41748 5999338.09274172 2107943.29200954 37.7679717869212 -122.445585487508 (37.7679717869212, -122.445585487508) 15 5 11 29492 9

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