3 rows where qSpecies_id = 542

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)
113536 192175 DPW Maintained 1 Fortunella margarita :: Kumquat 542 1508 Quint St 2 Sidewalk: Property side : Yard Tree Private 2     5 Width 4ft   6013162.63986 2096311.86981 37.7368139691889 -122.396951969064 (37.7368139691889, -122.396951969064) 10 3 8 58 1
123742 192174 DPW Maintained 1 Fortunella margarita :: Kumquat 542 170 Venus St 1 : Tree Private 2     4 Width 2ft   6012806.8459 2094069.78604 37.7306378606291 -122.398024872851 (37.7306378606291, -122.398024872851) 10 3 8 58 1
132315 176478 DPW Maintained 1 Fortunella margarita :: Kumquat 542 44 Winding Way 2 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 6ft   6002686.43907 2087042.39829 37.7107733564667 -122.432510875004 (37.7107733564667, -122.432510875004) 9 7 6 28861 5

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