3 rows where qSiteInfo = "Sidewalk: Curb side : Yard" and qSpecies_id = 145

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)
55303 122998 DPW Maintained 1 Liriodendron tulipifera :: Tulip Tree 145 42 07th Ave 2 Sidewalk: Curb side : Yard Tree Private 2     14 Width 4ft   5993660.47545 2115225.1028 37.7876399054327 -122.465752700208 (37.7876399054327, -122.465752700208) 11 6 1 54 11
154440 208174 DPW Maintained 1 Liriodendron tulipifera :: Tulip Tree 145 170 Vasquez Ave 2 Sidewalk: Curb side : Yard Tree Private 2     6 Width 3ft   5994830.69157 2099413.59203 37.7442930488025 -122.460557814002 (37.7442930488025, -122.460557814002) 1 8 4 59 40
163484 208173 DPW Maintained 1 Liriodendron tulipifera :: Tulip Tree 145 170 Vasquez Ave 1 Sidewalk: Curb side : Yard Tree Private 2     9 Width 3ft   5994847.17518 2099430.14012 37.7443394340168 -122.460502016448 (37.7443394340168, -122.460502016448) 1 8 4 59 40

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