27 rows where Zip Codes = 56 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)
10543 184869 DPW Maintained 1 Shrub :: Shrub 66 1201 Sunset Blvd 58 Sidewalk: Property side : Yard Tree Private 2     3 Width 0ft   5984640.7069 2106821.7773 37.7640423761792 -122.496338586447 (37.7640423761792, -122.496338586447) 1 8 3 56 35
8234 121391 Undocumented 4 Shrub :: Shrub 66 1301x 07th Ave 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5993851 2106604 37.7639796518152 -122.464467327674 (37.7639796518152, -122.464467327674) 1 8 11 56 12
3309 120871 DPW Maintained 1 Shrub :: Shrub 66 1387 08th Ave 1 Sidewalk: Curb side : Pot Landscaping Private 2           5993606 2106068 37.7624938100726 -122.465275766733 (37.7624938100726, -122.465275766733) 1 8 11 56 12
3033 121390 Undocumented 4 Shrub :: Shrub 66 1301x 07th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5993851 2106604 37.7639796518152 -122.464467327674 (37.7639796518152, -122.464467327674) 1 8 11 56 12

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