2 rows where PlotSize = "Width 4ft", Supervisor Districts = 1 and qSpecies_id = 5

View and edit SQL

Supervisor Districts

PlotSize

  • Width 4ft · 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)
71557 125966 DPW Maintained 1 Ceratonia siliqua :: Carob 5 2198 Filbert St 1 Sidewalk: Curb side : Cutout Tree Private 2     14 Width 4ft   6002473.45784 2118854.30827 37.7981091788388 -122.435521270088 (37.7981091788388, -122.435521270088) 13 9 1 57 17
99121 125970 DPW Maintained 1 Ceratonia siliqua :: Carob 5 2301 Sacramento St 1 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 4ft   6003734.22562 2115934.13704 37.7901626613254 -122.430950126753 (37.7901626613254, -122.430950126753) 13 9 1 29490 27

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