10 rows where SiteOrder = 12 and qSpecies_id = 93

View and edit SQL

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)
10308 141912 DPW Maintained 1 Schinus terebinthifolius :: Brazilian Pepper 93 900 MCALLISTER ST 12 Sidewalk: Curb side : Cutout Tree Private 2     23 Width 0ft   6004447.1952 2111915.047 37.7791676154415 -122.42819675688 (37.7791676154415, -122.42819675688) 7 9 11 29490 41
39904 200682 DPW Maintained 1 Schinus terebinthifolius :: Brazilian Pepper 93 1535 Newcomb Ave 12 Sidewalk: Curb side : Cutout Tree Private 2     21 Width 0ft   6015703.0041 2095289.1037 37.7341467406335 -122.388097383825 (37.7341467406335, -122.388097383825) 10 3 8 58 1
68701 118228 DPW Maintained 1 Schinus terebinthifolius :: Brazilian Pepper 93 699 37th Ave 12 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 3ft   5984449.814 2111641.46186 37.7772646712772 -122.49735464678 (37.7772646712772, -122.49735464678) 11 6 2 55 26
96926 136395 DPW Maintained 1 Schinus terebinthifolius :: Brazilian Pepper 93 3395 Sacramento St 12 Sidewalk: Curb side : Cutout Tree Private 2     14 Width 4ft   5998880.24558 2115260.774 37.7880375552225 -122.44769595741 (37.7880375552225, -122.44769595741) 13 6 1 54 31
155041 197553 DPW Maintained 1 Schinus terebinthifolius :: Brazilian Pepper 93 101 Rhode Island St 12 Sidewalk: Curb side : Cutout Tree Private 2     22 Width 3ft   6011728.60069 2107407.79279 37.7672010224355 -122.402690185116 (37.7672010224355, -122.402690185116) 8 2 8 28853 20
159854 119671 Undocumented 4 Schinus terebinthifolius :: Brazilian Pepper 93 699x Missouri St 12 Sidewalk: Property side : Yard Tree Private 2           6013712 2104098 37.7582235960409 -122.395597929962 (37.7582235960409, -122.395597929962) 10 3 8 28856 29
161176 136427 DPW Maintained 1 Schinus terebinthifolius :: Brazilian Pepper 93 377 Drumm St 12 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 3ft   6013551.14952 2118058.04 37.796545747032 -122.397133083548 (37.796545747032, -122.397133083548) 3 1 10 28860 6
165709 14777 Permitted Site 7 Schinus terebinthifolius :: Brazilian Pepper 93 1000X McAllister St 12 Sidewalk: Curb side : Cutout Tree Office of Mayor 9     12 4X4   6004368.8552829 2111899.4426369 37.7791203368819 -122.428466654288 (37.7791203368819, -122.428466654288) 7 9 11 29490 41
175799 30947 Permitted Site 7 Schinus terebinthifolius :: Brazilian Pepper 93 2390 Bush St 12 Sidewalk: Curb side : Cutout Tree Private 2 FUF 03/13/1995 12:00:00 AM     Permit Number 34752 6002079.96472002 2114704.99678528 37.7866938860132 -122.436585716056 (37.7866938860132, -122.436585716056) 13 6 11 29490 27
178216 814 DPW Maintained 1 Schinus terebinthifolius :: Brazilian Pepper 93 600X 39th Ave 12 Median : Cutout Tree DPW 1     6 6-HOA   5983831.1679936 2111715.0127262 37.7774303425616 -122.499500145383 (37.7774303425616, -122.499500145383) 11 6 2 55 26

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