5 rows where SiteOrder = 11 and qSpecies_id = 116

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)
30821 108222 Permitted Site 7 Trachycarpus fortunei :: Windmill Palm 116 240 Shotwell St 11 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6007737.2 2106597 37.7647511168143 -122.416438454623 (37.7647511168143, -122.416438454623) 8 4 7 28859 19
69421 197992 DPW Maintained 1 Trachycarpus fortunei :: Windmill Palm 116 881 Jamestown Ave 11 Sidewalk: Property side : Yard Tree Private 2     6 Width 6ft   6014311.92 2089359.19845 37.7177872401718 -122.392492192366 (37.7177872401718, -122.392492192366) 10 3 8 58 1
91219 108286 Undocumented 4 Trachycarpus fortunei :: Windmill Palm 116 1 HENRY ADAMS ST 11 Sidewalk: Property side : Cutout Tree Private 2       3x3   6011517.4 2108140.5 37.7692010762684 -122.403472255644 (37.7692010762684, -122.403472255644) 8 2 8 28853 20
105665 253493 Planning Code 138.1 required 2 Trachycarpus fortunei :: Windmill Palm 116 1x Gordon St 11 Sidewalk: Curb side : Cutout Tree Private 2   09/12/2017 12:00:00 AM 3 3x3 Permit Number 772214 6009763 2109812 37.7736924789578 -122.409658650953 (37.7736924789578, -122.409658650953) 8 2 9 28853 34
129198 247212 DPW Maintained 1 Trachycarpus fortunei :: Windmill Palm 116 800 Duboce Ave 11 Sidewalk: Curb side : Yard Tree Private 2     7 Width 3ft   6001824.51541 2108284.91798 37.7690514458872 -122.437009703838 (37.7690514458872, -122.437009703838) 15 5 5 29492 9

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