4 rows where qCaretaker_id = 14 and qSpecies_id = 22 sorted by rowid descending

View and edit SQL

These facets timed out: qCaretaker_id

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)
187706 98797 DPW Maintained 1 Ginkgo biloba :: Maidenhair Tree 22 950@Washington Clay St 8 Sidewalk: Curb side : Cutout Tree DPW for City Agency 14   03/16/2012 12:00:00 AM 1 3x3 Permit Number 768771 6010116.35805 2117191.91562 37.7939757697248 -122.408957127878 (37.7939757697248, -122.408957127878) 3 1 10 28857 4
95513 98800 DPW Maintained 1 Ginkgo biloba :: Maidenhair Tree 22 950@Washington Clay St 2 Sidewalk: Curb side : Cutout Tree DPW for City Agency 14   03/16/2012 12:00:00 AM 2 3x3 Permit Number 768771 6010265.98354 2117209.83013 37.7940333389111 -122.408440670611 (37.7940333389111, -122.408440670611) 3 1 10 28857 4
78186 98801 DPW Maintained 1 Ginkgo biloba :: Maidenhair Tree 22 950@Washington Clay St 3 Sidewalk: Curb side : Cutout Tree DPW for City Agency 14   03/16/2012 12:00:00 AM 2 3x3 Permit Number 768771 6010237.16405 2117207.30409 37.79402478906 -122.408540211182 (37.79402478906, -122.408540211182) 3 1 10 28857 4
35002 98799 DPW Maintained 1 Ginkgo biloba :: Maidenhair Tree 22 950@Washington Clay St 1 Sidewalk: Curb side : Cutout Tree DPW for City Agency 14   03/16/2012 12:00:00 AM   3x3 Permit Number 768771 6010160.7 2117472.9 37.7947497683853 -122.408823532788 (37.7947497683853, -122.408823532788) 3 1 10 28857 4

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