7 rows where Zip Codes = 63 and qSpecies_id = 66 sorted by rowid descending

View and edit SQL

These facets timed out: Zip Codes

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)
7615 258945 DPW Maintained 1 Shrub :: Shrub 66 500x 27th St 33 Median : Cutout Tree DPW 1       Width 4ft   6003013.92094 2100069.89733 37.7465624978683 -122.432308835085 (37.7465624978683, -122.432308835085) 2 7 5 63 22
1437 109607 DPW Maintained 1 Shrub :: Shrub 66 775 Congo St 1 Front Yard : Yard Landscaping Private 2           6000381.8 2095947.7 37.7350943222142 -122.441114705419 (37.7350943222142, -122.441114705419) 9 7 4 63 40
187 112917 DPW Maintained 1 Shrub :: Shrub 66 480X BEACON ST 1 Sidewalk: Property side : Yard Tree DPW 1           6002571 2098077 37.7410653426557 -122.433697996676 (37.7410653426557, -122.433697996676) 2 7 5 63 7

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