4 rows where Neighborhoods (old) = 27 and qLegalStatus_id = 5 sorted by qCaretaker_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)
7043 112197 Section 806 (d) 5 Ginkgo biloba :: Maidenhair Tree 22 2570 Jackson St 1 Sidewalk: Curb side : Cutout Tree Private 2   07/16/2015 12:00:00 AM 3 3x3   6001886.22681 2116705.46829 37.7921756543416 -122.437399303646 (37.7921756543416, -122.437399303646) 13 6 1 29490 27
14057 107967 Section 806 (d) 5 Platanus x hispanica :: Sycamore: London Plane 27 2405x Scott St 4 Sidewalk: Curb side : Cutout Tree Private 2   11/10/2014 12:00:00 AM 3 3x3 Permit Number 770079 6001240.68928 2116684.58018 37.7920815807513 -122.439631370586 (37.7920815807513, -122.439631370586) 13 6 1 29490 27
14464 44040 Section 806 (d) 5 Magnolia grandiflora :: Southern Magnolia 19 2504 Jackson St 1 Sidewalk: Curb side : Cutout Tree Private 2   11/30/2012 12:00:00 AM 3   Permit Number 769379 6002104.9323 2116736.74454 37.7922739619269 -122.436644820121 (37.7922739619269, -122.436644820121) 13 6 1 29490 27
18226 98437 Section 806 (d) 5 Magnolia grandiflora :: Southern Magnolia 19 1840 Washington St 1 Sidewalk: Curb side : Cutout Tree Private 2   02/13/2012 12:00:00 AM 4 4x12 Permit Number 768068 6005870.33263 2116931.58044 37.7930221942694 -122.423630300016 (37.7930221942694, -122.423630300016) 13 9 1 28858 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)
);