4 rows where Fire Prevention Districts = 11, qLegalStatus_id = 4 and qSpecies_id = 65 sorted by qAddress

View and edit SQL

SiteOrder

qLegalStatus_id

  • Undocumented · 4

Fire Prevention Districts

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)
19544 261022 Undocumented 4 Agonis flexuosa :: Peppermint Willow 65 393 30th Ave 1 Sidewalk: Curb side : Cutout Tree DPW 1   11/18/2019 12:00:00 AM   3x3   5986499 2113341 37.7820510072297 -122.490391009154 (37.7820510072297, -122.490391009154) 11 6 2 55 26
135740 112364 Undocumented 4 Agonis flexuosa :: Peppermint Willow 65 501X 09TH AVE 1 Sidewalk: Curb side : Cutout Tree Private 2     14 3x3   5993143 2111731 37.7780161887977 -122.467288887933 (37.7780161887977, -122.467288887933) 11 6 2 54 11
172907 112365 Undocumented 4 Agonis flexuosa :: Peppermint Willow 65 501x 09TH AVE 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5993143 2111731 37.7780161887977 -122.467288887933 (37.7780161887977, -122.467288887933) 11 6 2 54 11
4589 261026 Undocumented 4 Agonis flexuosa :: Peppermint Willow 65 758 20th Ave 1 Sidewalk: Curb side : Cutout Tree DPW 1   11/18/2019 12:00:00 AM   3x3   5989802 2110189 37.7735888483109 -122.478733667362 (37.7735888483109, -122.478733667362) 11 6 2 55 26

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