9 rows where SiteOrder = 4, qSiteInfo = "Median : Cutout" and qSpecies_id = 35

View and edit SQL

qSiteInfo

  • Median : Cutout · 9

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)
6586 258122 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 500X Clarendon Ave 4 Median : Cutout Tree DPW 1   05/26/2019 09:11:00 PM 3 5x5                      
54682 8393 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 1500 Geary Blvd 4 Median : Cutout Tree DPW 1     36 8   6004320.9581 2113985.4149 37.7848451877241 -122.428781097193 (37.7848451877241, -122.428781097193) 13 9 11 29490 41
65234 8577 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 2200 Geary Blvd 4 Median : Cutout Tree DPW 1     36 6   6000958.4259 2113453.9053 37.7831949132778 -122.440376203878 (37.7831949132778, -122.440376203878) 15 5 11 29490 41
65641 139330 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 1350x GEARY BLVD 4 Median : Cutout Tree DPW 1     31 Width 0ft   6005126.2471 2114101.4827 37.7852094256692 -122.426003322666 (37.7852094256692, -122.426003322666) 13 9 11 28858 41
71238 200528 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 1400x La Salle Ave 4 Median : Cutout Tree DPW 1     19 Width 0ft   6016143.3115 2095696.7293 37.7352903838014 -122.386603502798 (37.7352903838014, -122.386603502798) 10 3 8 58 1
136516 27297 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 7800X Geary Blvd 4 Median : Cutout Tree Fire Dept 16   06/10/1999 12:00:00 AM 6 5X5   5982680.86392 2112396.64212 37.7792343387449 -122.503529847504 (37.7792343387449, -122.503529847504) 11 6 2 55 26
156411 120627 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 1500 Geary Blvd 4 Median : Cutout Tree DPW 1           6004397 2113949 37.7847495050096 -122.428515420401 (37.7847495050096, -122.428515420401) 13 9 11 29490 41
194127 122584 Undocumented 4 Pinus canariensis :: Canary Island Pine 35 2500X Lyon St 4 Median : Cutout Tree Private 2     11 10x20   5999276 2117538 37.7943128273924 -122.446490617691 (37.7943128273924, -122.446490617691) 13 9 1 57 27
194257 4968 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 5200X Diamond Heights Blvd 4 Median : Cutout Tree DPW 1   12/03/2018 12:00:00 AM 3 12   6000815.91312 2099549.13893 37.7450077436274 -122.439871959934 (37.7450077436274, -122.439871959934) 2 7 5 63 7

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