2 rows where SiteOrder = 19 and qSpecies_id = 116

View and edit SQL

SiteOrder

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)
40052 197997 DPW Maintained 1 Trachycarpus fortunei :: Windmill Palm 116 881 Jamestown Ave 19 Sidewalk: Property side : Yard Tree Private 2     9 Width 6ft   6014474.56871 2089262.00767 37.7175294045238 -122.391923191299 (37.7175294045238, -122.391923191299) 10 3 8 58 1
48922 197980 DPW Maintained 1 Trachycarpus fortunei :: Windmill Palm 116 601 Wisconsin St 19 Sidewalk: Property side : Yard Tree Private 2     12 Width 6ft   6012727.89488 2104659.33214 37.7597101014582 -122.399040815374 (37.7597101014582, -122.399040815374) 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)
);