2 rows where PlotSize = "Width 2ft" and qSpecies_id = 182

View and edit SQL

These facets timed out: PlotSize

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)
12280 228353 DPW Maintained 1 Gleditsia triacanthos :: Honey Locust 182 3927 26th St 1 Sidewalk: Curb side : Cutout Tree Private 2     9 Width 2ft   6004329.96792 2100710.39468 37.7483956894239 -122.427803714594 (37.7483956894239, -122.427803714594) 2 4 5 63 22
29571 219145 DPW Maintained 1 Gleditsia triacanthos :: Honey Locust 182 75 Manor Dr 1 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 2ft   5993588.93723 2093444.60734 37.7278321844996 -122.464418204256 (37.7278321844996, -122.464418204256) 9 8 4 59 40

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