40 rows where qLegalStatus_id = 4 and qSpecies_id = 76

View and edit SQL

qLegalStatus_id

  • Undocumented · 3
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)
183770 115544 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 780 DOUGLASS ST 4 Sidewalk: Property side : Yard Tree Rec/Park 5       3x3   6001139 2101871 37.7514014062737 -122.438921147793 (37.7514014062737, -122.438921147793) 2 4 5 28862 22
185328 228391 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 741 Douglass St 1 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 5ft   6001283.19215 2101774.69957 37.7511451912112 -122.438415616682 (37.7511451912112, -122.438415616682) 2 4 5 28862 22
191751 115547 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 780 DOUGLASS ST 7 Sidewalk: Property side : Yard Tree Rec/Park 5       3x3   6001139 2101871 37.7514014062737 -122.438921147793 (37.7514014062737, -122.438921147793) 2 4 5 28862 22

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