4 rows where DBH = 30 and qSpecies_id = 260

View and edit SQL

DBH

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)
56574 19385 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 100X Sloat Blvd 1 Median : Cutout Tree DPW 1     30 20   5991082.2835044 2096052.6376293 37.7348483670999 -122.473273805701 (37.7348483670999, -122.473273805701) 1 8 4 29491 40
102311 19412 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 600X Sloat Blvd 3 Median : Cutout Tree DPW 1     30 20   5989744.8312093 2096044.8028161 37.7347493206824 -122.477897219949 (37.7347493206824, -122.477897219949) 1 8 3 64 35
177565 19410 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 600X Sloat Blvd 1 Median : Cutout Tree DPW 1     30 20   5989744.8312093 2096044.8028161 37.7347493206824 -122.477897219949 (37.7347493206824, -122.477897219949) 1 8 3 64 35
186571 19387 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 100X Sloat Blvd 3 Median : Cutout Tree DPW 1     30 20   5991082.2835044 2096052.6376293 37.7348483670999 -122.473273805701 (37.7348483670999, -122.473273805701) 1 8 4 29491 40

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