4 rows where qLegalStatus_id = 12 and qSpecies_id = 75

View and edit SQL

qSpecies_id

  • Acer rubrum :: Red Maple · 4
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)
55314 87432 - 12 Acer rubrum :: Red Maple 75 598X Alemany Blvd 1 Sidewalk: Curb side : Cutout Tree DPW 1   04/22/2008 12:00:00 AM 3 3x3   6006099.613365 2094764.868461 37.732170557365 -122.421262171784 (37.732170557365, -122.421262171784) 2 7 7 28861 2
85799 87431 - 12 Acer rubrum :: Red Maple 75 522X Alemany Blvd 2 Sidewalk: Curb side : Cutout Tree DPW 1   04/22/2008 12:00:00 AM 3 3x3   6006584.964111 2094794.1521 37.7322783147803 -122.419586279513 (37.7322783147803, -122.419586279513) 2 7 7 28861 2
129540 87430 - 12 Acer rubrum :: Red Maple 75 522X Alemany Blvd 1 Sidewalk: Curb side : Cutout Tree DPW 1   04/22/2008 12:00:00 AM 3 3x3   6006584.964111 2094794.1521 37.7322783147803 -122.419586279513 (37.7322783147803, -122.419586279513) 2 7 7 28861 2
152280 87429 - 12 Acer rubrum :: Red Maple 75 500X Alemany Blvd 1 Sidewalk: Curb side : Cutout Tree DPW 1   04/22/2008 12:00:00 AM 3 3x3   6006724.46969 2094782.06277 37.7322529772765 -122.419103118684 (37.7322529772765, -122.419103118684) 2 7 7 28861 2

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