3 rows where DBH = 5, Fire Prevention Districts = 7 and qSpecies_id = 50

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)
36754 138953 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 717 Buchanan St 2 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 0ft   6004472.5713 2110950.3879 37.7765203347407 -122.42804020876 (37.7765203347407, -122.42804020876) 7 9 11 28852 10
62699 138952 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 715 Buchanan St 1 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 0ft   6004470.5657 2110964.0931 37.7765578523866 -122.428048123596 (37.7765578523866, -122.428048123596) 7 9 11 28852 10
158091 129102 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 701 Buchanan St 5 : Tree Private 2     5 Width 6ft   6004465.70248 2110959.4385 37.7765447968535 -122.428064615105 (37.7765447968535, -122.428064615105) 7 9 11 28852 10

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