9 rows where SiteOrder = 4 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)
2824 133031 DPW Maintained 1 Ficus Spp. :: 101 899 Pine St 4 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 3ft   6009745.43403 2116066.84146 37.7908658043502 -122.410161098851 (37.7908658043502, -122.410161098851) 5 1 10 28857 21
36354 114684 Undocumented 4 Ficus Spp. :: 101 235 GEARY ST 4 Sidewalk: Curb side : Cutout Tree Private 2       4x4   6010571 2114715 37.7872002104764 -122.407209329428 (37.7872002104764, -122.407209329428) 5 10 10 28852 6
83047 115110 Undocumented 4 Ficus Spp. :: 101 1500x VALLEJO ST 4 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6006364 2118351 37.7969474175895 -122.422023061413 (37.7969474175895, -122.422023061413) 13 9 10 28858 32
113115 109351 DPW Maintained 1 Ficus Spp. :: 101 2505 Pacific Ave 4 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
119708 247640 DPW Maintained 1 Ficus Spp. :: 101 360 Bradford St 4 Sidewalk: Curb side : Yard Tree Private 2     4 Width 8ft   6009458.549 2096552.39897 37.737267528773 -122.40977566383 (37.737267528773, -122.40977566383) 10 7 7 28859 2
139019 113462 Undocumented 4 Ficus Spp. :: 101 18X LEROY PL 4 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6008359 2116564 37.7921530708525 -122.414993316892 (37.7921530708525, -122.414993316892) 5 1 10 28858 21
145371 116609 Undocumented 4 Ficus Spp. :: 101 1325x 08TH AVE 4 Sidewalk: Property side : Cutout Tree MTA 3       3x3   5993613 2106469 37.7635952548206 -122.465280685608 (37.7635952548206, -122.465280685608) 1 8 11 56 12
147349 113787 Undocumented 4 Ficus Spp. :: 101 1164 SHOTWELL ST 4 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6007978 2101134 37.7497645063146 -122.415218844485 (37.7497645063146, -122.415218844485) 2 4 7 28859 19
193900 199417 DPW Maintained 1 Ficus Spp. :: 101 1650 Davidson Ave 4 Sidewalk: Property side : Yard Tree Private 2     2 Width 4ft   6014414.27443 2099839.84623 37.7465706511323 -122.392871235032 (37.7465706511323, -122.392871235032) 10 3 8 58 1

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