5 rows where Neighborhoods (old) = 40 and qSpecies_id = 224

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)
76095 106244 Significant Tree 6 Magnolia spp :: Magnolia 224 735 MANGELS AVE 1 Front Yard : Yard Tree Private 2   06/02/2014 12:00:00 AM 14   Permit Number 772876 5996640.8 2095225.8 37.7328983615352 -122.453996493912 (37.7328983615352, -122.453996493912) 9 7 4 59 40
77669 208862 DPW Maintained 1 Magnolia spp :: Magnolia 224 639 Mangels Ave 2 Sidewalk: Property side : Yard Tree Private 2     11     5997188.97266 2095238.55048 37.7329647871987 -122.452102249635 (37.7329647871987, -122.452102249635) 9 7 4 59 40
77753 208861 DPW Maintained 1 Magnolia spp :: Magnolia 224 263 Flood Ave 1 Sidewalk: Property side : Yard Tree Private 2     11     5998987.83707 2094055.2995 37.7298187374412 -122.445798064124 (37.7298187374412, -122.445798064124) 9 7 4 28861 40
91658 106372 Undocumented 4 Magnolia spp :: Magnolia 224 260 MAGELLAN AVE 1 Sidewalk: Curb side : Cutout Tree Private 2       4x4   5994684.4 2100364.8 37.7468964099217 -122.461132589625 (37.7468964099217, -122.461132589625) 1 8 4 29491 40
174124 67897 Permitted Site 7 Magnolia spp :: Magnolia 224 463 Flood Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 10/08/1994 12:00:00 AM   3x3 Permit Number 31599 5997692.14982092 2094077.11475557 37.7298045712917 -122.450278952768 (37.7298045712917, -122.450278952768) 9 7 4 28861 40

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