104 rows where qSpecies_id = 118 sorted by PlotSize

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)
1354 194604 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 500 Wisconsin St 4 Sidewalk: Property side : Yard Tree Private 2     4 Width 9ft   6012630.87805 2105129.76973 37.7609964125817 -122.39940937734 (37.7609964125817, -122.39940937734) 10 3 8 28856 29
49851 194602 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 500 Wisconsin St 2 Sidewalk: Property side : Yard Tree Private 2     6 Width 9ft   6012630.51831 2105140.83146 37.7610267655993 -122.399411398126 (37.7610267655993, -122.399411398126) 10 3 8 28856 29
150803 194603 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 500 Wisconsin St 3 Sidewalk: Property side : Yard Tree Private 2     10 Width 9ft   6012631.4012 2105136.35292 37.7610145177263 -122.399408030156 (37.7610145177263, -122.399408030156) 10 3 8 28856 29
168708 194605 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 601 Carolina St 10 Sidewalk: Property side : Yard Tree Private 2     13 Width 9ft   6012419.56999 2105123.32543 37.7609669381886 -122.400139751844 (37.7609669381886, -122.400139751844) 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)
);