7 rows where DBH = 2 and qLegalStatus_id = 5

View and edit SQL

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)
4594 221063 Section 806 (d) 5 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 2 Page St 1 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 4ft   6006493.11817 2110111.72475 37.7743316749983 -122.420990984947 (37.7743316749983, -122.420990984947) 7 9 11 28852 10
5830 98280 Section 806 (d) 5 Ginkgo biloba :: Maidenhair Tree 22 66 09th St 1 Sidewalk: Curb side : Cutout Tree Private 2   01/24/2012 12:00:00 AM 2   Permit Number 58649 6008148.55904 2110896.00071 37.776578287595 -122.415320022909 (37.776578287595, -122.415320022909) 8 2 9 28853 34
11965 221066 Section 806 (d) 5 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 2 Page St 4 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 4ft   6006423.38991 2110105.498 37.7743106470621 -122.421231746062 (37.7743106470621, -122.421231746062) 7 9 11 28852 10
13701 112515 Section 806 (d) 5 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 149 2646 Greenwich St 1 Sidewalk: Curb side : Cutout Tree Private 2     2 3x3   6000218.93903 2118886.71439 37.7980698532985 -122.443324869154 (37.7980698532985, -122.443324869154) 13 9 1 57 17
14708 221065 Section 806 (d) 5 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 2 Page St 3 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 4ft   6006445.36198 2110108.11027 37.7743190584079 -122.421155926024 (37.7743190584079, -122.421155926024) 7 9 11 28852 10
16128 103468 Section 806 (d) 5 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 33 799X Battery St 1 Sidewalk: Curb side : Cutout Tree Private 2     2     6012421.85953 2118740.3114 37.7983561695566 -122.401088663417 (37.7983561695566, -122.401088663417) 3 1 10 28860 6
18330 97157 Section 806 (d) 5 Schinus molle :: California Pepper 91 1079 Le Conte Ave 4 Sidewalk: Curb side : Cutout Tree Private 2   08/25/2011 12:00:00 AM 2   Permit Number 768080 6012734.70575 2089832.2191 37.7189983454895 -122.397977119771 (37.7189983454895, -122.397977119771) 10 3 8 58 1

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