3 rows where PlotSize = "4x4" and qSpecies_id = 23 sorted by PlantDate

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)
2417 163580 DPW Maintained 1 Olea europaea 'Majestic Beauty' :: Majestic Beauty Fruitless Olive 23 599 Plymouth Ave 3 Sidewalk: Curb side : Cutout Tree Private 2 FUF   0 4x4   5995906 2088848 37.7153442827391 -122.456075933122 (37.7153442827391, -122.456075933122) 9 8 6 28861 24
12454 264918 DPW Maintained 1 Olea europaea 'Majestic Beauty' :: Majestic Beauty Fruitless Olive 23 1325 14th Ave 2 Sidewalk: Curb side : Cutout Tree Private 2       4x4   5991735 2106398 37.7632918267327 -122.47177085987 (37.7632918267327, -122.47177085987) 1 8 11 56 12
19098 149152 DPW Maintained 1 Olea europaea 'Majestic Beauty' :: Majestic Beauty Fruitless Olive 23 1325 14th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     0 4x4   5991735 2106398 37.7632918267327 -122.47177085987 (37.7632918267327, -122.47177085987) 1 8 11 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)
);