3 rows where PlantDate = "11/18/1987 12:00:00 AM" and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

SiteOrder

  • 1 3

PlantDate

  • 11/18/1987 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)
10364 64114 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 1270 11th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 11/18/1987 12:00:00 AM     Permit Number 24882 5992718.32165221 2106821.08244246 37.7645103445899 -122.468400685881 (37.7645103445899, -122.468400685881) 11 8 11 56 12
75026 64105 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 531 29th St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 11/18/1987 12:00:00 AM     Permit Number 24871 6003137.00791589 2098885.2523176 37.7433167168502 -122.431798643811 (37.7433167168502, -122.431798643811) 2 7 5 63 22
85395 64103 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 1274 11th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 11/18/1987 12:00:00 AM     Permit Number 24869 5992719.22945305 2106794.6949286 37.7644379438855 -122.468395626163 (37.7644379438855, -122.468395626163) 11 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)
);