9 rows where Supervisor Districts = 11 and qLegalStatus_id = 10 sorted by qAddress

View and edit SQL

These facets timed out: Supervisor Districts

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)
52698 118340 Section 143 10 Lophostemon confertus :: Brisbane Box 11 1 Franklin St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6006507 2110162 37.7744705012603 -122.420946535292 (37.7744705012603, -122.420946535292) 7 9 11 28852 10
168085 118341 Section 143 10 Lophostemon confertus :: Brisbane Box 11 1 Franklin St 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6006507 2110162 37.7744705012603 -122.420946535292 (37.7744705012603, -122.420946535292) 7 9 11 28852 10
117249 110651 Section 143 10 Metrosideros excelsa :: New Zealand Xmas Tree 16 127 CENTRAL AVE 1 Sidewalk: Curb side : Cutout Tree Private 2     1 3x3   5999845 2108967 37.770811558248 -122.44390571749 (37.770811558248, -122.44390571749) 15 5 11 29492 9
4156 221064 Section 143 10 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 2 Page St 2 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 4ft   6006466.14931 2110109.21502 37.7743232636311 -122.421084097148 (37.7743232636311, -122.421084097148) 7 9 11 28852 10
106989 118337 Section 143 10 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 2 Page St 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6006507 2110162 37.7744705012603 -122.420946535292 (37.7744705012603, -122.420946535292) 7 9 11 28852 10
131560 118336 Section 143 10 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 2 Page St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6006507 2110162 37.7744705012603 -122.420946535292 (37.7744705012603, -122.420946535292) 7 9 11 28852 10
138658 118338 Section 143 10 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 2 Page St 3 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6006507 2110162 37.7744705012603 -122.420946535292 (37.7744705012603, -122.420946535292) 7 9 11 28852 10
186791 118339 Section 143 10 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 2 Page St 4 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6006507 2110162 37.7744705012603 -122.420946535292 (37.7744705012603, -122.420946535292) 7 9 11 28852 10
179441 94563 Section 143 10 Tristaniopsis laurina :: Swamp Myrtle 1 301X Oak St 3 Sidewalk: Curb side : Tree Private 2   09/15/2010 12:00:00 AM     Permit Number 53745 6005493 2110231 37.7746027492624 -122.424459067949 (37.7746027492624, -122.424459067949) 7 9 11 28852 10

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