5 rows where qSiteInfo = "Sidewalk: Curb side : Pot" and qSpecies_id = 65 sorted by Latitude

View and edit SQL

qSiteInfo

  • Sidewalk: Curb side : Pot · 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)
20955 203536 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 347 Hearst Ave 1 Sidewalk: Curb side : Pot Tree Private 2     4 Width 6ft   5999101.32072 2094349.11818 37.7306319736778 -122.445426858158 (37.7306319736778, -122.445426858158) 9 7 4 28861 40
578 221823 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 199X Ogden Ave 6 Sidewalk: Curb side : Pot Tree Private 2     13 Width 4ft   6007760.27568 2096148.55485 37.7360633428545 -122.415618808282 (37.7360633428545, -122.415618808282) 2 7 7 28859 2
10220 221824 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 199X Ogden Ave 10 Sidewalk: Curb side : Pot Tree Private 2     10 Width 4ft   6007730.82531 2096150.27006 37.7360663969372 -122.415720751814 (37.7360663969372, -122.415720751814) 2 7 7 28859 2
183461 221802 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 325 Day St 1 Sidewalk: Curb side : Pot Tree Private 2     18 Width 3ft   6003816.24882 2098634.77002 37.7426674306639 -122.42943214577 (37.7426674306639, -122.42943214577) 2 7 5 63 22
165916 125541 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 65 Heather Ave 1 Sidewalk: Curb side : Pot Tree Private 2     4     5997339.5515 2114115.46943 37.7848046777406 -122.452943756065 (37.7848046777406, -122.452943756065) 15 6 1 54 31

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