2 rows where Neighborhoods (old) = 26, qCaretaker_id = 1 and qSpecies_id = 47

View and edit SQL

qCaretaker_id

Neighborhoods (old)

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)
134083 24808 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 7117 Geary Blvd 1 Sidewalk: Curb side : Cutout Tree DPW 1   08/22/1996 12:00:00 AM 3 3X3   5984967.23631 2112432.54215 37.7794670623637 -122.495623106999 (37.7794670623637, -122.495623106999) 11 6 2 55 26
180157 24738 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 7700 Geary Blvd 1 Sidewalk: Curb side : Cutout Tree DPW 1   02/09/1996 12:00:00 AM 3 3X3   5983089.13202 2112566.68135 37.7797252106941 -122.502130088809 (37.7797252106941, -122.502130088809) 11 6 2 55 26

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