3 rows where qSpecies_id = 169

View and edit SQL

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)
1092 222970 DPW Maintained 1 Corynocarpus laevigata :: New Zealand Laurel 169 220 Coso Ave 4 Front Yard : Yard Tree Private 2     2     6007574.32938 2099529.87677 37.7453372498111 -122.416501143917 (37.7453372498111, -122.416501143917) 2 7 7 28859 2
22034 54969 DPW Maintained 1 Corynocarpus laevigata :: New Zealand Laurel 169 538 09th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   09/11/1972 12:00:00 AM 6   Permit Number 10847 5993164.39052 2111802.55964 37.7782139070363 -122.467220095518 (37.7782139070363, -122.467220095518) 11 6 2 54 11
188641 55378 Permitted Site 7 Corynocarpus laevigata :: New Zealand Laurel 169 1216 09th Ave 2 Sidewalk: Curb side : Cutout Tree Private 2   10/31/1972 12:00:00 AM     Permit Number 11315 5993325.38425955 2107198.7159471 37.7655822722107 -122.466328486125 (37.7655822722107, -122.466328486125) 11 8 11 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)
);