8 rows where PlotSize = "5x10" and qLegalStatus_id = 6

View and edit SQL

Police Districts

PlotSize

  • 5x10 · 8
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)
797 260459 Significant Tree 6 Tree(s) :: 17 1798X Monterey Blvd 1 Sidewalk: Curb side : Cutout Tree Private 2   10/09/2019 12:00:00 AM 3 5x10 Permit Number 784470 5992678 2095461 37.733316146518 -122.467713892437 (37.733316146518, -122.467713892437) 9 8 4 59 40
2100 253677 Significant Tree 6 Pinus canariensis :: Canary Island Pine 35 199X Kissling St 1 Side Yard : Cutout Tree Private 2       5x10                      
15254 260460 Significant Tree 6 Acacia melanoxylon :: Blackwood Acacia 70 1798X Monterey Blvd 2 Sidewalk: Curb side : Cutout Tree Private 2       5x10   5992678 2095461 37.733316146518 -122.467713892437 (37.733316146518, -122.467713892437) 9 8 4 59 40
34088 256489 Significant Tree 6 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 33 2198X Monterey Blvd 1 Sidewalk: Curb side : Cutout Tree Private 2       5x10   5991651 2095488 37.7333309287491 -122.471266448142 (37.7333309287491, -122.471266448142) 9 8 4 59 40
44979 39247 Significant Tree 6 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 189 3524 Jackson St 1 Front Yard : Cutout Tree Private 2   08/22/2002 12:00:00 AM   5x10 Permit Number 772836 5997387.02929021 2116081.37513577 37.7902052526208 -122.452921449726 (37.7902052526208, -122.452921449726) 11 6 1 54 31
54695 256491 Significant Tree 6 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 33 2198X Monterey Blvd 3 Sidewalk: Curb side : Cutout Tree Private 2       5x10   5991651 2095488 37.7333309287491 -122.471266448142 (37.7333309287491, -122.471266448142) 9 8 4 59 40
72983 256490 Significant Tree 6 Eucalyptus nicholii :: Nichol's Willow-Leafed Peppermint 230 2198X Monterey Blvd 2 Sidewalk: Curb side : Cutout Tree Private 2       5x10   5991651 2095488 37.7333309287491 -122.471266448142 (37.7333309287491, -122.471266448142) 9 8 4 59 40
104764 115564 Significant Tree 6 Prunus serrulata :: Ornamental Cherry 84 3524 Jackson St 2 Front Yard : Cutout Tree Private 2       5x10   5997387.02929021 2116081.37513577 37.7902052526208 -122.452921449726 (37.7902052526208, -122.452921449726) 11 6 1 54 31

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