4 rows where Supervisor Districts = 9 and qLegalStatus_id = 5

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)
5830 98280 Section 806 (d) 5 Ginkgo biloba :: Maidenhair Tree 22 66 09th St 1 Sidewalk: Curb side : Cutout Tree Private 2   01/24/2012 12:00:00 AM 2   Permit Number 58649 6008148.55904 2110896.00071 37.776578287595 -122.415320022909 (37.776578287595, -122.415320022909) 8 2 9 28853 34
7728 116230 Section 806 (d) 5 Pittosporum undulatum :: Victorian Box 36 49 Grace St 1 Sidewalk: Curb side : Cutout Tree Private 2   09/02/2014 12:00:00 AM 3 2.5x4 Permit Number 770598 6008318.16403 2110322.45497 37.7750129977898 -122.414692709823 (37.7750129977898, -122.414692709823) 8 2 9 28853 34
8996 98282 Section 806 (d) 5 Ginkgo biloba :: Maidenhair Tree 22 66 09th St 3 Sidewalk: Curb side : Cutout Tree Private 2   01/24/2012 12:00:00 AM 3   Permit Number 58649 6008179.30272 2110863.50432 37.7764907880679 -122.415211370411 (37.7764907880679, -122.415211370411) 8 2 9 28853 34
14850 98281 Section 806 (d) 5 Ginkgo biloba :: Maidenhair Tree 22 66 09th St 2 Sidewalk: Curb side : Cutout Tree Private 2   01/24/2012 12:00:00 AM 3   Permit Number 58649 6008165.69574 2110879.12634 37.7765329177037 -122.415259547114 (37.7765329177037, -122.415259547114) 8 2 9 28853 34

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