6 rows where PlotSize = "3x3" and qSpecies_id = 87 sorted by qCareAssistant

View and edit SQL

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)
966 251257 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1748x Eucalyptus Dr 1 Sidewalk: Property side : Yard Tree Private 2       3x3   5986101 2094852 37.7312620395563 -122.490407299046 (37.7312620395563, -122.490407299046) 1 8 4 64 35
16429 262110 Significant Tree 6 Phoenix dactylifera :: Date Palm 87 25 Santa Rosa Ave 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6002200 2092574 37.7259343081174 -122.434587389509 (37.7259343081174, -122.434587389509) 9 7 6 28861 25
20844 113318 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 174 VALENCIA ST 1 Sidewalk: Curb side : Cutout Tree DPW 1     18 3x3   6005996 2108657 37.7703093154737 -122.422607215927 (37.7703093154737, -122.422607215927) 8 2 5 28853 19
24324 113320 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 175X VALENCIA ST 1 Sidewalk: Curb side : Cutout Tree DPW 1     24 3x3   6006045 2108809 37.7707294354185 -122.422448526781 (37.7707294354185, -122.422448526781) 8 2 9 28853 19
57631 251258 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1748x Eucalyptus Dr 2 Sidewalk: Property side : Yard Tree Private 2       3x3   5986101 2094852 37.7312620395563 -122.490407299046 (37.7312620395563, -122.490407299046) 1 8 4 64 35
122901 30675 Permitted Site 7 Phoenix dactylifera :: Date Palm 87 1040 Minna St 2 Sidewalk: Curb side : Cutout Tree Private 2   01/30/1995 12:00:00 AM   3x3 Permit Number 34599 6007565.37727332 2109755.15641274 37.7734130071983 -122.417256559972 (37.7734130071983, -122.417256559972) 8 2 9 28853 19

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