3 rows where PlantDate = "06/26/1998 12:00:00 AM" and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

SiteOrder

  • 1 3

PlantDate

  • 06/26/1998 12:00:00 AM · 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)
111637 37615 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 458 17th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 06/26/1998 12:00:00 AM 13   Permit Number 40039 5990633.38312 2112269.25863 37.779348904808 -122.476009778191 (37.779348904808, -122.476009778191) 11 6 2 54 26
120648 37604 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 775 12th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 06/26/1998 12:00:00 AM 24   Permit Number 40032 5992242.46027 2110184.69167 37.773718418011 -122.470291511842 (37.773718418011, -122.470291511842) 11 6 2 54 11
158169 37614 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 438 17th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 06/26/1998 12:00:00 AM 21   Permit Number 40038 5990631.22382 2112392.71042 37.7796877441109 -122.476026266792 (37.7796877441109, -122.476026266792) 11 6 2 54 26

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