3 rows where qSiteInfo = "Sidewalk: Curb side :" and qSpecies_id = 77

View and edit SQL

qSiteInfo

  • Sidewalk: Curb side : · 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)
59098 98408 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 24 19th Ave 2 Sidewalk: Curb side : Tree Private 2   02/09/2012 12:00:00 AM 3   Permit Number 768590 5989918.49451 2114923.36913 37.7865948726066 -122.478677005621 (37.7865948726066, -122.478677005621) 11 6 1 55 33
108435 98407 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 24 19th Ave 1 Sidewalk: Curb side : Tree Private 2   02/09/2012 12:00:00 AM 3   Permit Number 768590 5989919.44776 2114906.64899 37.7865490191546 -122.478672484402 (37.7865490191546, -122.478672484402) 11 6 1 55 33
146029 98235 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 42 19th Ave 1 Sidewalk: Curb side : Tree Private 2   01/09/2012 12:00:00 AM 3   Permit Number 768620 5989920.54745 2114876.26257 37.7864656504451 -122.47866645673 (37.7864656504451, -122.47866645673) 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)
);