5 rows where PlantDate = "11/10/2010 12:00:00 AM" and qSpecies_id = 65 sorted by Supervisor Districts

View and edit SQL

SiteOrder

  • 1 5

PlantDate

  • 11/10/2010 12:00:00 AM · 5
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)
188754 94833 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 1208 08th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 11/10/2010 12:00:00 AM   3x3 Permit Number 53910 5993657.5 2107252.8 37.7657499301273 -122.465183709555 (37.7657499301273, -122.465183709555) 11 8 11 56 12
76736 94821 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 1435 15th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 11/10/2010 12:00:00 AM   3x3 Permit Number 53901 5991436.1 2105639 37.7611905159112 -122.472749301819 (37.7611905159112, -122.472749301819) 1 8 4 56 12
101694 94830 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 1537 06th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 11/10/2010 12:00:00 AM   3x3 Permit Number 53908 5994260.8 2105105.8 37.7598895981479 -122.462941258172 (37.7598895981479, -122.462941258172) 1 5 4 56 12
115535 94829 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 1531 06th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 11/10/2010 12:00:00 AM   3x3 Permit Number 53907 5994259.9 2105131.8 37.75996093558 -122.462946257172 (37.75996093558, -122.462946257172) 1 5 4 56 12
124672 94831 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 1541 06th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 11/10/2010 12:00:00 AM   3x3 Permit Number 53909 5994261.6 2105082.3 37.759825119308 -122.462936786411 (37.759825119308, -122.462936786411) 1 5 4 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)
);