3 rows where qSpecies_id = 194

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)
1596 233911 DPW Maintained 1 Paulownia fortunei :: Dragon tree 194 1100 San Jose Ave 75 Front Yard : Yard Tree Private 2     42     6004583.96879 2096449.39973 37.7367103367208 -122.426622006327 (37.7367103367208, -122.426622006327) 2 7 5 63 7
52653 210891 DPW Maintained 1 Paulownia fortunei :: Dragon tree 194 32 Malta Dr 8 Sidewalk: Curb side : Yard Tree Private 2     6 Width 3ft   5999662.89438 2095983.26213 37.7351509923308 -122.443602765959 (37.7351509923308, -122.443602765959) 9 7 4 63 40
160631 210890 DPW Maintained 1 Paulownia fortunei :: Dragon tree 194 166 Burlwood Dr 1 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 3ft   5997180.47278 2096011.2131 37.7350858463165 -122.452187366876 (37.7350858463165, -122.452187366876) 9 7 4 59 40

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