3 rows where qSpecies_id = 470

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)
49384 122382 Undocumented 4 Leptospermum quinquenervia :: Tea Tree 470 351 Judson Ave 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5997768 2093550 37.7283615794151 -122.449978755915 (37.7283615794151, -122.449978755915) 9 7 4 28861 40
140508 251591 DPW Maintained 1 Leptospermum quinquenervia :: Tea Tree 470 1670 Owens St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6014197 2107586 37.7678278475322 -122.394164767307 (37.7678278475322, -122.394164767307) 14 3 9 310 20
177784 114257 Significant Tree 6 Leptospermum quinquenervia :: Tea Tree 470 50x CHUMASERO DR 1 Front Yard : Yard Tree Private 2           5990913 2088468 37.714013037331 -122.473306070941 (37.714013037331, -122.473306070941) 1 8 4 64 14

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