4 rows where SiteOrder = 5, Supervisor Districts = 10 and qSpecies_id = 5

View and edit SQL

Supervisor Districts

SiteOrder

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)
67416 125984 DPW Maintained 1 Ceratonia siliqua :: Carob 5 2550 Taylor St 5 Sidewalk: Curb side : Cutout Tree Private 2     18 Width 6ft   6008373.73288 2121637.11508 37.8060834098955 -122.41530163086 (37.8060834098955, -122.41530163086) 5 1 10 308 23
72985 21790 Permitted Site 7 Ceratonia siliqua :: Carob 5 2585 Taylor St 5 Sidewalk: Curb side : Cutout Tree Private 2     9 4X4   6008342.51156 2121554.8602 37.8058558040212 -122.415403850799 (37.8058558040212, -122.415403850799) 5 1 10 308 23
85002 125991 DPW Maintained 1 Ceratonia siliqua :: Carob 5 2501 Taylor St 5 Sidewalk: Curb side : Cutout Tree Private 2     11 Width 3ft   6008338.82398 2121554.95666 37.8058558616148 -122.415416619107 (37.8058558616148, -122.415416619107) 5 1 10 308 23
98799 126000 DPW Maintained 1 Ceratonia siliqua :: Carob 5 2510 Jones St 5 Sidewalk: Curb side : Cutout Tree Private 2     14 Width 4ft   6007902.73328 2121542.33791 37.8057966934257 -122.416924887385 (37.8057966934257, -122.416924887385) 5 1 10 308 23

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