13 rows where PlotSize = "" and qLegalStatus_id = 10 sorted by TreeID

View and edit SQL

PlotSize

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)
43905 103465 Section 143 10 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 33 890X Sansome St 1 Sidewalk: Curb side : Cutout Tree Private 2           6012118 2118740.5 37.7983397318906 -122.402140129264 (37.7983397318906, -122.402140129264) 3 1 10 28860 6
20128 103466 Section 143 10 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 33 890X Sansome St 2 Sidewalk: Curb side : Cutout Tree Private 2           6012118 2118740.5 37.7983397318906 -122.402140129264 (37.7983397318906, -122.402140129264) 3 1 10 28860 6
169034 103467 Section 143 10 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 33 890X Sansome St 3 Sidewalk: Curb side : Cutout Tree Private 2           6012118 2118740.5 37.7983397318906 -122.402140129264 (37.7983397318906, -122.402140129264) 3 1 10 28860 6
22900 103469 Section 143 10 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 33 799X Battery St 2 Sidewalk: Curb side : Cutout Tree Private 2           6012272.7 2118721.6 37.7982964705447 -122.401603488036 (37.7982964705447, -122.401603488036) 3 1 10 28860 6
43321 108260 Section 143 10 Liquidambar styraciflua :: American Sweet Gum 37 45 Belcher St 1 Sidewalk: Curb side : Cutout Tree Private 2   12/12/2014 12:00:00 AM 3     6003817.04493 2108084.54469 37.7686143220373 -122.430103370918 (37.7686143220373, -122.430103370918) 7 9 5 28862 3
33280 110797 Section 143 10 Ceanothus 'Ray Hartman' :: California Lilac 'Ray Hartman' 146 440 29th St 1 Sidewalk: Curb side : Cutout Tree Private 2   05/06/2015 12:00:00 AM 3     6003697.7 2098979.2 37.7436064433062 -122.429866615733 (37.7436064433062, -122.429866615733) 2 7 5 63 22
161647 111085 Section 143 10 Acer japonicum :: Japanese Maple 124 117 Manchester St 1 Front Yard : Yard Tree Private 2   05/20/2015 12:00:00 AM 3   Permit Number 774000 6008295.8 2099262.4 37.7446433655077 -122.413987490618 (37.7446433655077, -122.413987490618) 2 7 7 28859 2
42158 43568 Section 143 10 Ginkgo biloba :: Maidenhair Tree 22 601 29TH ST 2 Sidewalk: Curb side : Cutout Tree Private 2   07/20/2000 12:00:00 AM     Permit Number 43230 6002630.6 2098839.9 37.7431634703749 -122.43354642925 (37.7431634703749, -122.43354642925) 2 7 5 63 7
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
43048 98285 Section 143 10 Cercis occidentalis :: Western Redbud 136 300 Mangels Ave 1 Sidewalk: Property side : Yard Tree Private 2   01/24/2012 12:00:00 AM     Permit Number 768637 5999381.8 2095276.6 37.7331946288913 -122.444523835506 (37.7331946288913, -122.444523835506) 9 7 4 59 40
54581 98286 Section 143 10 Cercis occidentalis :: Western Redbud 136 300 Mangels Ave 2 Sidewalk: Property side : Yard Tree Private 2   01/24/2012 12:00:00 AM     Permit Number 768637 5999381.8 2095276.6 37.7331946288913 -122.444523835506 (37.7331946288913, -122.444523835506) 9 7 4 59 40
54018 98287 Section 143 10 Cercis occidentalis :: Western Redbud 136 300 Mangels Ave 3 Sidewalk: Property side : Yard Tree Private 2   01/24/2012 12:00:00 AM     Permit Number 768637 5999381.8 2095276.6 37.7331946288913 -122.444523835506 (37.7331946288913, -122.444523835506) 9 7 4 59 40
102643 98306 Section 143 10 Prunus serrulata 'Kwanzan' :: Kwanzan Flowering Cherry 40 155 Terrace Dr   Sidewalk: Curb side : Cutout Tree Private 2           5993776 2096639 37.7366139805049 -122.464003314893 (37.7366139805049, -122.464003314893) 1 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)
);