3 rows where SiteOrder = 13 and qSpecies_id = 118

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)
71938 246880 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 3090x Market St 13 Median : Yard Tree DPW 1     9     5999883.50783 2105331.77962 37.7608323474605 -122.443511347182 (37.7608323474605, -122.443511347182) 15 5 5 28862 3
81717 194607 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 1701 19th St 13 Sidewalk: Property side : Yard Tree Private 2     5 Width 7ft   6012598.43668 2105146.1644 37.7610396205128 -122.399522729686 (37.7610396205128, -122.399522729686) 10 3 8 28856 29
99479 132447 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 2901 Steiner St 13 Sidewalk: Property side : Yard Tree Private 2     3 Width 3ft   6002002.72615 2118148.9018 37.7961455703128 -122.437099605478 (37.7961455703128, -122.437099605478) 13 9 1 57 17

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