3 rows where PlotSize = "Width 4ft" and qSpecies_id = 105 sorted by Police Districts

View and edit SQL

PlotSize

  • Width 4ft · 3
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)
87778 203287 DPW Maintained 1 Acacia spp :: Acacia Spp 105 544 Lawton St 3 Sidewalk: Curb side : Cutout Tree Private 2     17 Width 4ft   5992508.00477 2104596.48623 37.7583900387803 -122.468966203544 (37.7583900387803, -122.468966203544) 1 8 4 56 12
93168 203286 DPW Maintained 1 Acacia spp :: Acacia Spp 105 544 Lawton St 2 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 4ft   5992531.89727 2104598.41936 37.7583967270571 -122.468883714106 (37.7583967270571, -122.468883714106) 1 8 4 56 12
140310 203288 DPW Maintained 1 Acacia spp :: Acacia Spp 105 1594 12th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     24 Width 4ft Permit Number 778778 5992483.87857 2104612.52393 37.758432680137 -122.469050809053 (37.758432680137, -122.469050809053) 1 8 4 56 12

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