2 rows where PlotSize = "Width 3ft" and qSpecies_id = 105 sorted by Supervisor Districts

View and edit SQL

PlotSize

  • Width 3ft · 2
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)
53561 221414 DPW Maintained 1 Acacia spp :: Acacia Spp 105 41 Seward St 1 Sidewalk: Property side : Yard Tree Private 2     12 Width 3ft   6000889.94304 2104287.73243 37.7580229948769 -122.439955680513 (37.7580229948769, -122.439955680513) 2 4 5 28862 38
161963 247794 DPW Maintained 1 Acacia spp :: Acacia Spp 105 400 30th St 2 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 3ft   6003904.95936 2098390.44072 37.7420015807231 -122.429107993255 (37.7420015807231, -122.429107993255) 2 7 5 63 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)
);