6 rows where PermitNotes = "Permit Number 770844" and qLegalStatus_id = 2

View and edit SQL

SiteOrder

  • 1 6

PermitNotes

  • Permit Number 770844 · 6
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)
4535 106245 Planning Code 138.1 required 2 Tree(s) :: 17 566 De Haro St 1 Front Yard : Yard Tree Private 2     8   Permit Number 770844 6012026 2105714 37.7625668468002 -122.401542461625 (37.7625668468002, -122.401542461625) 8 3 8 28856 29
6093 45072 Planning Code 138.1 required 2 Magnolia grandiflora 'Majestic Beauty' :: Majestic Beauty Magnolia 258 596 De Haro St 1 Sidewalk: Curb side : Cutout Tree Private 2     17 3x3 Permit Number 770844 6012065 2105633 37.7623466149115 -122.401401881236 (37.7623466149115, -122.401401881236) 8 3 8 28856 29
7223 106240 Planning Code 138.1 required 2 Magnolia grandiflora 'Majestic Beauty' :: Majestic Beauty Magnolia 258 586 De Haro St 1 Sidewalk: Curb side : Cutout Tree Private 2     13 3x3 Permit Number 770844 6012063 2105678 37.7624700633024 -122.401411961161 (37.7624700633024, -122.401411961161) 8 3 8 28856 29
10557 106246 Planning Code 138.1 required 2 Magnolia grandiflora 'Majestic Beauty' :: Majestic Beauty Magnolia 258 560 De Haro St 1 Sidewalk: Curb side : Cutout Tree Private 2     10 3x3 Permit Number 770844 6012026 2105714 37.7625668468002 -122.401542461625 (37.7625668468002, -122.401542461625) 8 3 8 28856 29
43703 106256 Planning Code 138.1 required 2 Magnolia grandiflora 'Little Gem' :: Little Gem Magnolia 13 1928 18th St 1 Sidewalk: Curb side : Cutout Tree Private 2     15 3x3 Permit Number 770844 6011999 2105627 37.7623264575812 -122.401629730256 (37.7623264575812, -122.401629730256) 8 3 8 28856 29
98983 106257 Planning Code 138.1 required 2 Magnolia grandiflora 'Little Gem' :: Little Gem Magnolia 13 1938 18th St 1 Sidewalk: Curb side : Cutout Tree Private 2     13 3x3 Permit Number 770844 6011971 2105625 37.7623194035501 -122.40172643178 (37.7623194035501, -122.40172643178) 8 3 8 28856 29

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