3 rows where qSpecies_id = 534

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)
98041 58103 DPW Maintained 1 Ulmus parvifolia 'Athena' :: Chinese Elm 'Athena' 534 756 Kansas St 1 Sidewalk: Curb side : Cutout Tree Private 2   07/02/2009 12:00:00 AM 6 3x3 Permit Number 52383 6011525.71136 2104836.68468 37.7601300066003 -122.403211071536 (37.7601300066003, -122.403211071536) 10 3 8 28856 29
167522 104778 Undocumented 4 Ulmus parvifolia 'Athena' :: Chinese Elm 'Athena' 534 736 CASTRO ST 1 Sidewalk: Curb side : Cutout Tree Private 2     16 3x3   6002380.5 2103803.5 37.7567781475012 -122.434766079383 (37.7567781475012, -122.434766079383) 2 4 5 28862 3
184451 57101 Permitted Site 7 Ulmus parvifolia 'Athena' :: Chinese Elm 'Athena' 534 3721 23rd St 2 Sidewalk: Curb side : Cutout Tree Private 2   10/23/1974 12:00:00 AM 4 3x3 Permit Number 14371 6004927.69179762 2102493.53287665 37.7533255682373 -122.425863704952 (37.7533255682373, -122.425863704952) 2 4 5 28862 22

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