6 rows where SiteOrder = 5 and qSpecies_id = 101

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)
11426 113463 Undocumented 4 Ficus Spp. :: 101 18X LEROY PL 5 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6008359 2116564 37.7921530708525 -122.414993316892 (37.7921530708525, -122.414993316892) 5 1 10 28858 21
76286 114685 Undocumented 4 Ficus Spp. :: 101 235 GEARY ST 5 Sidewalk: Curb side : Pot Tree Private 2       4x4   6010571 2114715 37.7872002104764 -122.407209329428 (37.7872002104764, -122.407209329428) 5 10 10 28852 6
104149 224463 DPW Maintained 1 Ficus Spp. :: 101 998 York St 5 Sidewalk: Property side : Yard Tree Private 2     2 Width 3ft   6009934.61987 2103458.53933 37.7562569422093 -122.408616703004 (37.7562569422093, -122.408616703004) 2 4 7 28859 19
142738 224478 DPW Maintained 1 Ficus Spp. :: 101 1320 Stevenson St 5 : Tree Private 2     3 Width 2ft   6006256.60572 2108994.81583 37.7712515761271 -122.421729778032 (37.7712515761271, -122.421729778032) 8 2 9 28853 19
158395 109352 DPW Maintained 1 Ficus Spp. :: 101 2505 Pacific Ave 5 Sidewalk: Property side : Cutout Landscaping Private 2   02/11/2015 12:00:00 AM 3 .5x1   6002092 2116990 37.7929686009801 -122.43670770269 (37.7929686009801, -122.43670770269) 13 6 1 29490 27
187590 224480 DPW Maintained 1 Ficus Spp. :: 101 1320 Stevenson St 5 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 2ft   6006252.90876 2109004.03741 37.7712766879051 -122.421743221097 (37.7712766879051, -122.421743221097) 8 2 9 28853 19

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