3 rows where qSpecies_id = 450

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)
39798 66957 Permitted Site 7 Tilia spp :: Linden 450 37 Cook St 1 Sidewalk: Curb side : Cutout Tree Private 2   01/21/1992 12:00:00 AM   3x3 Permit Number 30292 5997466.01687457 2113443.17296717 37.7829659755963 -122.452457697129 (37.7829659755963, -122.452457697129) 15 6 1 54 31
54858 232286 DPW Maintained 1 Tilia spp :: Linden 450 719 27th St 1 Sidewalk: Curb side : Cutout Tree Private 2     14 Width 4ft   6001834.98498 2099991.54623 37.7462804462032 -122.436379855543 (37.7462804462032, -122.436379855543) 2 7 5 63 22
171986 106171 Undocumented 4 Tilia spp :: Linden 450 2521 19TH ST 1 Sidewalk: Curb side : Cutout Tree Private 2   02/11/2015 12:00:00 AM 3 3x3 Permit Number 774749 6010356.3 2105009.4 37.7605388656214 -122.407267703446 (37.7605388656214, -122.407267703446) 10 4 8 28859 19

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