2 rows where PlotSize = "4x6" and qSpecies_id = 177 sorted by Supervisor Districts

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)
38919 84742 Permitted Site 7 Olea europaea 'Fruitless' :: Fruitless Olive 177 147 Alhambra St 1 Sidewalk: Property side : Cutout Tree Private 2   03/27/2007 12:00:00 AM   4x6 Permit Number 49255 6001618 2120311 37.8020602472718 -122.438585827087 (37.8020602472718, -122.438585827087) 13 9 1 57 17
54873 98330 Permitted Site 7 Olea europaea 'Fruitless' :: Fruitless Olive 177 147 Alhambra St 2 Sidewalk: Property side : Cutout Tree Private 2   03/27/2007 12:00:00 AM   4x6 Permit Number 49255 6001593.9 2120254.3 37.801903193112 -122.438665159251 (37.801903193112, -122.438665159251) 13 9 1 57 17

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