8 rows where SiteOrder = 3, qSiteInfo = "Median : Cutout" and qSpecies_id = 35

View and edit SQL

qSiteInfo

  • Median : Cutout · 8

SiteOrder

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)
1049 120626 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 1500 Geary Blvd 3 Median : Cutout Tree DPW 1           6004397 2113949 37.7847495050096 -122.428515420401 (37.7847495050096, -122.428515420401) 13 9 11 29490 41
14131 258121 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 500X Clarendon Ave 3 Median : Cutout Tree DPW 1   05/26/2019 09:09:00 PM 3 5x5                      
23996 8576 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 2200 Geary Blvd 3 Median : Cutout Tree DPW 1     48 6   6001010.5429 2113459.32 37.7832127479531 -122.440196288881 (37.7832127479531, -122.440196288881) 15 5 11 29490 41
71060 200527 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 1400x La Salle Ave 3 Median : Cutout Tree DPW 1     15 Width 0ft   6016132.8234 2095707.6369 37.7353197532414 -122.386640524716 (37.7353197532414, -122.386640524716) 10 3 8 58 1
74880 8392 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 1500 Geary Blvd 3 Median : Cutout Tree DPW 1     36 8   6004378.144 2113996.8521 37.7848798278423 -122.428584068109 (37.7848798278423, -122.428584068109) 13 9 11 29490 41
126371 8532 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 2100 Geary Blvd 3 Median : Cutout Tree DPW 1   06/10/1994 12:00:00 AM 6 6   6001535.4351 2113580.6442 37.7835757427727 -122.438389071264 (37.7835757427727, -122.438389071264) 15 5 11 29490 41
150758 27296 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 7800X Geary Blvd 3 Median : Cutout Tree Fire Dept 16   06/10/1999 12:00:00 AM 6 5X5   5982703.46074 2112397.79309 37.7792388274313 -122.50345176232 (37.7792388274313, -122.50345176232) 11 6 2 55 26
177341 139329 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 1350x GEARY BLVD 3 Median : Cutout Tree DPW 1     13 Width 0ft   6005196.3246 2114113.3931 37.7852460889347 -122.425761723999 (37.7852460889347, -122.425761723999) 13 9 11 28858 41

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