4 rows where PlotSize = "3X3", SiteOrder = 1 and qSpecies_id = 65 sorted by Longitude

View and edit SQL

SiteOrder

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)
154695 4846 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 210 Cortland Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   10/27/1992 12:00:00 AM 15 3X3   6006713.9746 2097429.76412 37.7395223890352 -122.419327161814 (37.7395223890352, -122.419327161814) 2 7 7 28859 2
121688 4845 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 202 Cortland Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   10/27/1992 12:00:00 AM 24 3X3   6006694.31051 2097440.2331 37.7395500270059 -122.41939589432 (37.7395500270059, -122.41939589432) 2 7 7 28859 2
133256 5134 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 2815 Diamond St 1 Sidewalk: Curb side : Cutout Tree Private 2   06/08/1992 12:00:00 AM 6 3X3   6002450.59942 2095504.85865 37.7339960032757 -122.433930487392 (37.7339960032757, -122.433930487392) 2 7 5 63 7
17461 2783 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 424 Cabrillo St 1 Sidewalk: Curb side : Cutout Tree DPW 1   06/17/2020 12:00:00 AM 3 3X3 Permit Number 785448 5994280.27723 2110781.18915 37.7754738485256 -122.463285730589 (37.7754738485256, -122.463285730589) 11 6 2 54 11

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