3 rows where qCaretaker_id = 7 and qSpecies_id = 14

View and edit SQL

qSpecies_id

  • Arbutus 'Marina' :: Hybrid Strawberry Tree · 3
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)
118899 110310 DPW Maintained 1 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 899x Stanyan St 4 Sidewalk: Curb side : Cutout Tree Dept of Real Estate 7   04/03/2015 12:00:00 AM 3 3x3 Permit Number 774992 5997166.64381 2107575.86009 37.7668387037649 -122.45306972129 (37.7668387037649, -122.45306972129) 15 5 11 29492 8
172695 110311 DPW Maintained 1 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 899x Stanyan St 5 Sidewalk: Curb side : Cutout Tree Dept of Real Estate 7   04/03/2015 12:00:00 AM 3 3x3 Permit Number 774992 5997166.64381 2107575.86009 37.7668387037649 -122.45306972129 (37.7668387037649, -122.45306972129) 15 5 11 29492 8
181356 110306 DPW Maintained 1 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 899x Stanyan St 1 Sidewalk: Curb side : Cutout Tree Dept of Real Estate 7   04/03/2015 12:00:00 AM   4x3.9   5997166.64381 2107575.86009 37.7668387037649 -122.45306972129 (37.7668387037649, -122.45306972129) 15 5 11 29492 8

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