3 rows where PlotSize = "Width 4ft" and qSpecies_id = 23 sorted by qLegalStatus_id

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)
39 210801 DPW Maintained 1 Olea europaea 'Majestic Beauty' :: Majestic Beauty Fruitless Olive 23 140 Merced Ave 2 Sidewalk: Curb side : Cutout Tree Private 2   11/24/2020 12:00:00 AM 3 Width 4ft Permit Number 787871 5994480.90157 2099425.24867 37.7443049252384 -122.461768149483 (37.7443049252384, -122.461768149483) 1 8 4 59 40
102571 216741 DPW Maintained 1 Olea europaea 'Majestic Beauty' :: Majestic Beauty Fruitless Olive 23 990 Plymouth Ave 1 Sidewalk: Property side : Yard Tree Private 2   10/05/2017 07:49:00 AM 3 Width 4ft   5995950.8772 2090428.13809 37.7196855462439 -122.456034989421 (37.7196855462439, -122.456034989421) 9 8 6 28861 24
141996 216743 DPW Maintained 1 Olea europaea 'Majestic Beauty' :: Majestic Beauty Fruitless Olive 23 990 Plymouth Ave 3 Sidewalk: Property side : Yard Tree Private 2   10/05/2017 07:52:00 AM 3 Width 4ft   5995950.66479 2090454.56836 37.7197581053329 -122.456037633439 (37.7197581053329, -122.456037633439) 9 8 6 28861 24

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