3 rows where qCaretaker_id = 1 and qLegalStatus_id = 5

View and edit SQL

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)
7398 13267 Section 806 (d) 5 Lophostemon confertus :: Brisbane Box 11 2460 Lombard St 4 Sidewalk: Curb side : Cutout Tree DPW 1   04/20/2020 12:00:00 AM 3 3X3 Permit Number 781193 6000572.6787 2119285.0637 37.7991837803388 -122.442129440006 (37.7991837803388, -122.442129440006) 13 9 1 57 17
8764 13266 Section 806 (d) 5 Lophostemon confertus :: Brisbane Box 11 2460 Lombard St 3 Sidewalk: Curb side : Cutout Tree DPW 1   04/20/2020 12:00:00 AM 3 3X3 Permit Number 781193 6000592.3683 2119282.3787 37.7991775301158 -122.442061114605 (37.7991775301158, -122.442061114605) 13 9 1 57 17
17749 13265 Section 806 (d) 5 Lophostemon confertus :: Brisbane Box 11 2460 Lombard St 2 Sidewalk: Curb side : Cutout Tree DPW 1   04/20/2020 12:00:00 AM 3 3X3 Permit Number 781193 6000636.2224 2119294.0135 37.7992119752158 -122.441910200363 (37.7992119752158, -122.441910200363) 13 9 1 57 17

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