5 rows where DBH = 10, Fire Prevention Districts = 8 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)
11549 70665 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 550 Utah St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF   10     6010647.04803 2105639.57925 37.7622854639243 -122.406306536234 (37.7622854639243, -122.406306536234) 8 4 8 28859 19
14471 70661 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 460 Utah St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF   10     6010614.613 2106160.28585 37.7637133921776 -122.40645540999 (37.7637133921776, -122.40645540999) 8 4 8 28859 19
15488 228530 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 1736 Bryant St 1 Sidewalk: Curb side : Cutout Tree Private 2     10 6x6   6009448.17881 2106596.433 37.7648456296528 -122.410520561485 (37.7648456296528, -122.410520561485) 8 4 7 28859 19
106771 228529 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 1718 Bryant St 2 : Tree Private 2     10 Width 4ft   6009444.29412 2106686.02886 37.7650914215521 -122.41054032498 (37.7650914215521, -122.41054032498) 8 4 7 28859 19
130979 226810 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 85 Sharon St 2 Sidewalk: Curb side : Cutout Tree Private 2     10 Width 3ft   6003888.71107 2106689.12082 37.7647868841307 -122.429755942181 (37.7647868841307, -122.429755942181) 8 4 5 28862 3

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