4 rows where qSpecies_id = 429

View and edit SQL

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)
32277 253704 DPW Maintained 1 Juniperus silicicola :: Southern red cedar 429 514 Shrader St 1 Sidewalk: Property side : Cutout Tree Private 2       3x3   5997547 2108721 37.7700047558888 -122.451836758395 (37.7700047558888, -122.451836758395) 15 5 11 29492 9
37334 123800 DPW Maintained 1 Juniperus silicicola :: Southern red cedar 429 1950 Anza St 1 Sidewalk: Property side : Yard Tree Private 2     16 Width 3ft   5992548.21971 2112086.93342 37.7789591320992 -122.46937234126 (37.7789591320992, -122.46937234126) 11 6 2 54 11
87602 253142 Property Tree 8 Juniperus silicicola :: Southern red cedar 429 735 29th Ave 1 Sidewalk: Property side : Cutout Tree Private 2       3x3   5986898 2110914 37.7754104499772 -122.488832209773 (37.7754104499772, -122.488832209773) 11 6 2 55 26
163643 253143 Property Tree 8 Juniperus silicicola :: Southern red cedar 429 735 29th Ave 2 Sidewalk: Property side : Cutout Tree Private 2       3x3   5986898 2110914 37.7754104499772 -122.488832209773 (37.7754104499772, -122.488832209773) 11 6 2 55 26

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