4 rows where PlotSize = "Width 0ft" and qSpecies_id = 87 sorted by qCareAssistant

View and edit SQL

PlotSize

  • Width 0ft · 4
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)
72920 249892 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 230 Greenwich St 28 Back Yard : Yard Tree Private 2     36 Width 0ft   6011427.28959 2120425.37078 37.8029274001332 -122.404648882458 (37.8029274001332, -122.404648882458) 3 1 10 28860 6
77804 185246 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 2563 33rd Ave 1 Sidewalk: Curb side : Yard Tree Private 2     19 Width 0ft   5986117.5685 2097805.0277 37.7393712405593 -122.490567199309 (37.7393712405593, -122.490567199309) 1 8 3 29491 35
118684 249956 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 285 Filbert St 2 Side Yard : Yard Tree Private 2     23 Width 0ft   6011495.62979 2120073.57822 37.8019652829314 -122.404387612316 (37.8019652829314, -122.404387612316) 3 1 10 308 23
184876 185064 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 20 Crestlake Dr 2 Sidewalk: Property side : Yard Tree Private 2     34 Width 0ft   5989046.5946 2096130.9763 37.7349453809922 -122.480317540903 (37.7349453809922, -122.480317540903) 1 8 3 64 35

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