4 rows where PlantDate = "01/25/1999 12:00:00 AM" and qSpecies_id = 65

View and edit SQL

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)
83049 39933 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 180 Arleta Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 01/25/1999 12:00:00 AM 17   Permit Number 41204 6010299.07366 2087996.8284 37.7138227857583 -122.406266946271 (37.7138227857583, -122.406266946271) 9 7 8 309 39
127600 39936 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 262 Arleta Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 01/25/1999 12:00:00 AM 11   Permit Number 41207 6009779.33678 2088185.9421 37.7143129666441 -122.408076686195 (37.7143129666441, -122.408076686195) 9 7 8 309 39
141890 39929 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 137 Arleta Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 01/25/1999 12:00:00 AM     Permit Number 767825 6010490.84450997 2087849.27835868 37.7134283686634 -122.405593725995 (37.7134283686634, -122.405593725995) 9 7 8 309 39
190685 39931 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 175 Arleta Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 01/25/1999 12:00:00 AM 16   Permit Number 41202 6010293.70332 2087956.69983 37.7137123004597 -122.406282682604 (37.7137123004597, -122.406282682604) 9 7 8 309 39

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