3 rows where qSpecies_id = 518

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)
84816 187788 DPW Maintained 1 Acacia vestita :: Hairy wattle 518 1300x De Haro St 15 Median : Yard Tree DPW 1     2     6012267.84735 2102159.07234 37.7528192891044 -122.400456276334 (37.7528192891044, -122.400456276334) 10 3 8 28856 29
124177 221571 DPW Maintained 1 Acacia vestita :: Hairy wattle 518 749 Dolores St 1 Sidewalk: Curb side : Yard Tree Private 2     12 Width 8ft   6005046.80982 2104035.17291 37.7575652822318 -122.425561479894 (37.7575652822318, -122.425561479894) 2 4 5 28859 19
157289 187789 DPW Maintained 1 Acacia vestita :: Hairy wattle 518 1300 19th St 2 Sidewalk: Curb side : Yard Tree Private 2     1 Width 4ft   6013726.39859 2105263.44398 37.7614244520865 -122.395629787589 (37.7614244520865, -122.395629787589) 10 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)
);