7 rows where qSiteInfo = "Front Yard : Yard" and qSpecies_id = 30

View and edit SQL

qSiteInfo

  • Front Yard : Yard · 7
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)
11084 187784 DPW Maintained 1 Acacia stenophylla :: Shoestring Acacia 30 101 Pennsylvania Ave 35 Front Yard : Yard Tree Private 2     4     6014258.31464 2106694.98019 37.7653847111611 -122.393890307196 (37.7653847111611, -122.393890307196) 14 3 8 28856 20
28021 187781 DPW Maintained 1 Acacia stenophylla :: Shoestring Acacia 30 101 Pennsylvania Ave 4 Front Yard : Yard Tree Private 2     3     6014331.70125 2106323.79299 37.7643695906061 -122.393610496623 (37.7643695906061, -122.393610496623) 14 3 8 310 29
60003 187783 DPW Maintained 1 Acacia stenophylla :: Shoestring Acacia 30 101 Pennsylvania Ave 26 Front Yard : Yard Tree Private 2     4     6014314.48936 2106550.7653 37.7649918504189 -122.393685915597 (37.7649918504189, -122.393685915597) 14 3 8 310 29
83971 105071 Significant Tree 6 Acacia stenophylla :: Shoestring Acacia 30 1808 Vallejo St 1 Front Yard : Yard Tree Private 2     3   Permit Number 771033 6004794.05676 2118138.55822 37.7962754378239 -122.427440299436 (37.7962754378239, -122.427440299436) 13 9 1 57 17
135542 187782 DPW Maintained 1 Acacia stenophylla :: Shoestring Acacia 30 101 Pennsylvania Ave 14 Front Yard : Yard Tree Private 2     1     6014325.58247 2106437.08289 37.764680319858 -122.393639589702 (37.764680319858, -122.393639589702) 14 3 8 310 29
136051 221508 DPW Maintained 1 Acacia stenophylla :: Shoestring Acacia 30 1201 San Jose Ave 15 Front Yard : Yard Tree Private 2     1     6004291.81357 2095940.5809 37.7352967139782 -122.427595874056 (37.7352967139782, -122.427595874056) 2 7 5 28861 2
192188 221509 DPW Maintained 1 Acacia stenophylla :: Shoestring Acacia 30 1201 San Jose Ave 38 Front Yard : Yard Tree Private 2     2     6004439.44088 2096038.01178 37.7355725864019 -122.427092409311 (37.7355725864019, -122.427092409311) 2 7 5 28861 2

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