6 rows where PlotSize = "" and qSpecies_id = 124 sorted by Neighborhoods (old)

View and edit SQL

These facets timed out: Police Districts, PlotSize

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) ▼
99670 67240 Permitted Site 7 Acer japonicum :: Japanese Maple 124 332 Hermann St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 10/10/1998 12:00:00 AM 6   Permit Number 30704 6003673.76431871 2108680.81312012 37.7702434139345 -122.430641520581 (37.7702434139345, -122.430641520581) 15 9 11 29492 10
155327 107408 Significant Tree 6 Acer japonicum :: Japanese Maple 124 10 PEMBERTON PL 1 Front Yard : Yard Tree Private 2     30     5998956.5 2104566.5 37.7586781689727 -122.446662380642 (37.7586781689727, -122.446662380642) 15 5 5 28862 12
161647 111085 Section 143 10 Acer japonicum :: Japanese Maple 124 117 Manchester St 1 Front Yard : Yard Tree Private 2   05/20/2015 12:00:00 AM 3   Permit Number 774000 6008295.8 2099262.4 37.7446433655077 -122.413987490618 (37.7446433655077, -122.413987490618) 2 7 7 28859 2
74177 105990 Permitted Site 7 Acer japonicum :: Japanese Maple 124 651X Duncan St 3 Sidewalk: Curb side : Cutout Tree Private 2           6002337 2099724 37.745574339333 -122.434624822764 (37.745574339333, -122.434624822764) 2 7 5 63 22
103318 115673 Significant Tree 6 Acer japonicum :: Japanese Maple 124 86 Stanton St   Front Yard : Yard Tree Private 2           6000281.6 2103909.8 37.7569506357303 -122.442032456595 (37.7569506357303, -122.442032456595) 2 4 5 28862 38
42081 51535 Permitted Site 7 Acer japonicum :: Japanese Maple 124 575 Hearst Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   01/14/2005 12:00:00 AM     Permit Number 47836 5997620.77530153 2094372.6871886 37.7306120580701 -122.450547001775 (37.7306120580701, -122.450547001775) 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)
);