3 rows where Supervisor Districts = 2 and qSpecies_id = 50

View and edit SQL

Supervisor Districts

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)
6650 41645 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 146 Blake St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 06/05/2000 12:00:00 AM 3 3x3 Permit Number 42118 5997898.0776 2112825.6252 37.7812950956289 -122.450918408743 (37.7812950956289, -122.450918408743) 15 6 2 54 16
77662 123149 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 530 10th Ave 3 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 3ft   5992851.14917 2111838.68412 37.7782950080613 -122.468306331193 (37.7782950080613, -122.468306331193) 11 6 2 54 11
158632 142077 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 36 ATALAYA TER 1 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 0ft   5998850.2457 2110939.7307 37.7761713796539 -122.447488599832 (37.7761713796539, -122.447488599832) 15 6 2 29492 16

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