13 rows where DBH = "", Supervisor Districts = 1 and qLegalStatus_id = 2

View and edit SQL

Supervisor Districts

DBH

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)
2311 256568 Planning Code 138.1 required 2 Acer buergeranum :: Trident Maple 110 2099X Steiner St 4 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6002352 2115365 37.7885215412843 -122.435691777518 (37.7885215412843, -122.435691777518) 13 6 1 29490 27
12753 253419 Planning Code 138.1 required 2 :: 45 3499 Jackson St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5997570 2115996 37.7899813188913 -122.452282225129 (37.7899813188913, -122.452282225129) 11 6 1 54 31
21074 256565 Planning Code 138.1 required 2 Acer buergeranum :: Trident Maple 110 2099X Steiner St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6002352 2115365 37.7885215412843 -122.435691777518 (37.7885215412843, -122.435691777518) 13 6 1 29490 27
37738 256569 Planning Code 138.1 required 2 Acer buergeranum :: Trident Maple 110 2099X Steiner St 5 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6002352 2115365 37.7885215412843 -122.435691777518 (37.7885215412843, -122.435691777518) 13 6 1 29490 27
49532 256566 Planning Code 138.1 required 2 Acer buergeranum :: Trident Maple 110 2099X Steiner St 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6002352 2115365 37.7885215412843 -122.435691777518 (37.7885215412843, -122.435691777518) 13 6 1 29490 27
53714 256567 Planning Code 138.1 required 2 Acer buergeranum :: Trident Maple 110 2099X Steiner St 3 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6002352 2115365 37.7885215412843 -122.435691777518 (37.7885215412843, -122.435691777518) 13 6 1 29490 27
60238 252840 Planning Code 138.1 required 2 Tree(s) :: 17 80 Blake St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5997842 2113206 37.782336294689 -122.451139847811 (37.782336294689, -122.451139847811) 15 6 1 54 31
79775 251140 Planning Code 138.1 required 2 Olea Majestic Beauty :: 183 138 Parker Ave 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5996904.98449 2113495.29925 37.783076941712 -122.454402393245 (37.783076941712, -122.454402393245) 11 6 1 54 31
119324 253343 Planning Code 138.1 required 2 Pittosporum undulatum :: Victorian Box 36 200 Arguello Blvd 3 Sidewalk: Curb side : Cutout Tree Private 2       3x6 Permit Number 778434 5995550.18022 2114806.2223 37.7865985940285 -122.459184390305 (37.7865985940285, -122.459184390305) 11 6 1 54 31
136198 255789 Planning Code 138.1 required 2 Lagunaria patersonii :: Primrose Tree 6 2240 Washington St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6003983 2116665 37.7921835181407 -122.430141547967 (37.7921835181407, -122.430141547967) 13 9 1 29490 27
148677 121464 Planning Code 138.1 required 2 Lophostemon confertus :: Brisbane Box 11 2353 Lombard St 4 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6001140 2119261 37.7991500226194 -122.440164592168 (37.7991500226194, -122.440164592168) 13 9 1 57 17
169143 114980 Planning Code 138.1 required 2 Callistemon citrinus :: Lemon Bottlebrush 67 281 32ND AVE 1 Sidewalk: Curb side : Cutout Tree Private 2       2x2   5985853 2114037 37.7839242715215 -122.492677119536 (37.7839242715215, -122.492677119536) 11 6 1 55 33
184490 253342 Planning Code 138.1 required 2 Pittosporum undulatum :: Victorian Box 36 200 Arguello Blvd 2 Sidewalk: Curb side : Cutout Tree Private 2       3x6 Permit Number 778434 5995550.18022 2114806.2223 37.7865985940285 -122.459184390305 (37.7865985940285, -122.459184390305) 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)
);