3 rows where PlantDate = "06/04/2013 12:00:00 AM" and qSpecies_id = 86

View and edit SQL

PlantDate

  • 06/04/2013 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)
5035 103624 Permitted Site 7 Taxus baccata :: Irish Yew 86 333 El Camino Del Mar 1 Sidewalk: Property side : Cutout Tree Private 2   06/04/2013 12:00:00 AM     Permit Number 770205 5987603.5 2115303.5 37.7875039187234 -122.486714142272 (37.7875039187234, -122.486714142272) 11 6 1 55 33
106864 103625 Permitted Site 7 Taxus baccata :: Irish Yew 86 333 El Camino Del Mar 2 Sidewalk: Property side : Cutout Tree Private 2   06/04/2013 12:00:00 AM     Permit Number 770205 5987603.5 2115303.5 37.7875039187234 -122.486714142272 (37.7875039187234, -122.486714142272) 11 6 1 55 33
191808 103623 DPW Maintained 1 Taxus baccata :: Irish Yew 86 333 El Camino Del Mar 1 Sidewalk: Property side : Cutout Landscaping Private 2   06/04/2013 12:00:00 AM   13x2 Permit Number 770205 5987603.5 2115303.5 37.7875039187234 -122.486714142272 (37.7875039187234, -122.486714142272) 11 6 1 55 33

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