5 rows where SiteOrder = 6 and qSpecies_id = 135 sorted by Neighborhoods (old)

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) ▼
135724 41805 Permitted Site 7 Arecastrum romanzoffianum :: Queen Palm 135 100 Anzavista Ave 6 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
140793 39791 Permitted Site 7 Arecastrum romanzoffianum :: Queen Palm 135 50 San Jose Ave 6 Sidewalk: Curb side : Cutout Tree Private 2 FUF 01/19/1999 12:00:00 AM     Permit Number 41142 6006177.81610853 2102875.29261487 37.7544443606741 -122.421567620452 (37.7544443606741, -122.421567620452) 2 4 5 28859 19
64072 120511 Undocumented 4 Arecastrum romanzoffianum :: Queen Palm 135 888 Brannan St 6 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
104344 49850 Permitted Site 7 Arecastrum romanzoffianum :: Queen Palm 135 600@ WOODSIDE Portola Dr 6 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
106159 42006 Permitted Site 7 Arecastrum romanzoffianum :: Queen Palm 135 240 Manor Dr 6 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

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