3 rows where qSpecies_id = 479 sorted by qLegalStatus_id

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)
97167 4735 DPW Maintained 1 Liquidambar styraciflua 'Festival' :: Festival Sweet Gum 479 1100X Columbus Ave 6 Median : Cutout Tree DPW 1   08/19/2006 12:00:00 AM 6 3x3   6008154.5819477 2121037.0963081 37.8044235907504 -122.41601752221 (37.8044235907504, -122.41601752221) 5 1 10 308 23
53733 87644 Permitted Site 7 Liquidambar styraciflua 'Festival' :: Festival Sweet Gum 479 1770X Laguna St 1 Sidewalk: Curb side : Cutout Tree Private 2     4 3x3   6004459.18866 2114839.9257 37.7871992830496 -122.428363789521 (37.7871992830496, -122.428363789521) 13 9 11 28858 27
178348 83461 Permitted Site 7 Liquidambar styraciflua 'Festival' :: Festival Sweet Gum 479 847 Elizabeth St 1 Sidewalk: Curb side : Cutout Tree Private 2   05/29/2008 12:00:00 AM   3x3 Permit Number 50441 6000958.23221364 2101981.88946936 37.7516955955481 -122.439554211126 (37.7516955955481, -122.439554211126) 2 4 5 28862 22

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