4 rows where PlantDate = "12/07/1990 12:00:00 AM" and qSpecies_id = 65 sorted by Location

View and edit SQL

SiteOrder

  • 1 4

PlantDate

  • 12/07/1990 12:00:00 AM · 4
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)
22865 66317 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 125 Joost Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 12/07/1990 12:00:00 AM     Permit Number 29434 6001244.97910985 2094913.4211357 37.732303560745 -122.438056328119 (37.732303560745, -122.438056328119) 9 7 4 63 40
83501 66304 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 400 Congo St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 12/07/1990 12:00:00 AM   3x50 Permit Number 29418 6000123.45614997 2094964.38431909 37.732379648564 -122.44193733537 (37.732379648564, -122.44193733537) 9 7 5 63 40
20861 66314 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 32 Joost Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 12/07/1990 12:00:00 AM     Permit Number 29429 6001885.6486627 2094955.45184976 37.7324553817298 -122.435844396286 (37.7324553817298, -122.435844396286) 9 7 5 63 40
86106 66313 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 22 Joost Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 12/07/1990 12:00:00 AM     Permit Number 29428 6001939.09148098 2094954.61972241 37.7324561325978 -122.435659572604 (37.7324561325978, -122.435659572604) 9 7 5 63 40

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