4 rows where SiteOrder = 7 and qSpecies_id = 135

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)
4414 49854 Permitted Site 7 Arecastrum romanzoffianum :: Queen Palm 135 600@ WOODSIDE Portola Dr 7 Sidewalk: Curb side : Cutout Tree Private 2   06/18/2003 12:00:00 AM     Permit Number 46628 5997402.05166497 2099836.0241137 37.7456005399249 -122.451697110084 (37.7456005399249, -122.451697110084) 1 7 4 59 40
35666 42007 Permitted Site 7 Arecastrum romanzoffianum :: Queen Palm 135 240 Manor Dr 7 Sidewalk: Curb side : Cutout Tree Private 2 FUF 06/21/2000 12:00:00 AM     Permit Number 42337 5993892.40263021 2094032.39552185 37.7294635953142 -122.463411763134 (37.7294635953142, -122.463411763134) 9 8 4 59 40
80558 41813 Permitted Site 7 Arecastrum romanzoffianum :: Queen Palm 135 100 Anzavista Ave 7 Sidewalk: Curb side : Cutout Tree Private 2 FUF 06/20/2000 12:00:00 AM     Permit Number 42201 6000031.62407676 2112183.77888854 37.7796546591332 -122.443491289074 (37.7796546591332, -122.443491289074) 15 5 1 29490 16
174608 120512 Undocumented 4 Arecastrum romanzoffianum :: Queen Palm 135 888 Brannan St 7 Sidewalk: Curb side : Cutout Tree Private 2   01/05/2017 12:00:00 AM 3 3x3 Permit Number 778696 6011018 2109170 37.7719999408521 -122.405272169822 (37.7719999408521, -122.405272169822) 14 2 9 28853 34

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