3 rows where PlotSize = "5x5" and qSpecies_id = 5

View and edit SQL

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)
81591 21783 Permitted Site 7 Ceratonia siliqua :: Carob 5 2550 TAYLOR ST 3 Sidewalk: Curb side : Cutout Tree Private 2     18 5x5   6008458.6 2121488.8 37.8056809434427 -122.414997429015 (37.8056809434427, -122.414997429015) 3 1 10 308 23
122285 107150 DPW Maintained 1 Ceratonia siliqua :: Carob 5 219 Missouri St 1 Sidewalk: Curb side : Cutout Tree Private 2     15 5x5   6013483.53646 2106027.96623 37.7635101499066 -122.396523344982 (37.7635101499066, -122.396523344982) 14 3 8 28856 29
150613 21782 Permitted Site 7 Ceratonia siliqua :: Carob 5 2550 TAYLOR ST 2 Sidewalk: Curb side : Cutout Tree Private 2     18 5x5   6008458.6 2121488.8 37.8056809434427 -122.414997429015 (37.8056809434427, -122.414997429015) 3 1 10 308 23

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