3 rows where PlotSize = "Width 5ft", SiteOrder = 9 and qSpecies_id = 5

View and edit SQL

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)
12741 188474 DPW Maintained 1 Ceratonia siliqua :: Carob 5 255 12th St 9 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 5ft   6007923.25888 2109012.80714 37.7713948192467 -122.415966013116 (37.7713948192467, -122.415966013116) 8 2 9 28853 19
146281 189940 DPW Maintained 1 Ceratonia siliqua :: Carob 5 28 Fremont St 9 Sidewalk: Curb side : Cutout Tree Private 2     6 Width 5ft   6013316.29733 2116121.55291 37.791215533629 -122.39780982696 (37.791215533629, -122.39780982696) 12 2 9 28855 6
162198 189923 DPW Maintained 1 Ceratonia siliqua :: Carob 5 45 Fremont St 9 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 5ft   6013419.15414 2116110.66886 37.7911913760301 -122.397453179235 (37.7911913760301, -122.397453179235) 12 2 9 28855 6

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