4 rows where DBH = 1, 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)
3670 229792 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 1347 Minna St 1 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 3ft   6006987.3466 2107613.99379 37.7675013456445 -122.419104149736 (37.7675013456445, -122.419104149736) 8 4 7 28853 19
27550 228526 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 405 Florida St 2 : Tree Private 2     1 Width 3ft   6009242.70378 2106296.28434 37.7640099687976 -122.411210045617 (37.7640099687976, -122.411210045617) 8 4 7 28859 19
64720 228525 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 405 Florida St 1 : Tree Private 2     1 Width 3ft   6009242.66431 2106282.23281 37.7639713843042 -122.411209189472 (37.7639713843042, -122.411209189472) 8 4 7 28859 19
119587 228527 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 405 Florida St 3 : Tree Private 2     1 Width 3ft   6009241.97976 2106321.44557 37.7640790151609 -122.4112143273 (37.7640790151609, -122.4112143273) 8 4 7 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)
);