5 rows where Supervisor Districts = 10 and qSpecies_id = 34

View and edit SQL

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)
10095 132064 DPW Maintained 1 Persea americana :: Avocado 34 92 MacOndray Ln 1 Sidewalk: Property side : Yard Tree Private 2     10     6008105.09756 2119109.30674 37.7991275819391 -122.416052161003 (37.7991275819391, -122.416052161003) 5 1 10 308 32
130300 132061 DPW Maintained 1 Persea americana :: Avocado 34 15 Marion Pl 2 Sidewalk: Property side : Yard Tree Private 2     8     6008345.93147 2119358.10738 37.7998242642284 -122.415236412952 (37.7998242642284, -122.415236412952) 5 1 10 308 32
133063 256624 DPW Maintained 1 Persea americana :: Avocado 34 2 Fallon Pl 1 Sidewalk: Curb side : Yard Tree Private 2           6008936 2118597 37.7977675960784 -122.413140700683 (37.7977675960784, -122.413140700683) 3 1 10 308 21
143379 256626 DPW Maintained 1 Persea americana :: Avocado 34 2 Fallon Pl 3 Sidewalk: Curb side : Yard Tree Private 2           6008936 2118597 37.7977675960784 -122.413140700683 (37.7977675960784, -122.413140700683) 3 1 10 308 21
170605 256625 DPW Maintained 1 Persea americana :: Avocado 34 2 Fallon Pl 2 Sidewalk: Curb side : Yard Tree Private 2           6008936 2118597 37.7977675960784 -122.413140700683 (37.7977675960784, -122.413140700683) 3 1 10 308 21

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