4 rows where qCaretaker_id = 3 and qSpecies_id = 1 sorted by qSiteInfo

View and edit SQL

qSpecies_id

  • Tristaniopsis laurina :: Swamp Myrtle · 4

Supervisor Districts

  • 6 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)
20288 26672 Permitted Site 7 Tristaniopsis laurina :: Swamp Myrtle 1 495X Geneva Ave 6 Sidewalk: Curb side : Cutout Tree MTA 3     8 3X3   5998682.3051661 2090785.318168 37.7208226804469 -122.446619141783 (37.7208226804469, -122.446619141783) 9 7 6 28861 25
33623 26669 Permitted Site 7 Tristaniopsis laurina :: Swamp Myrtle 1 495X Geneva Ave 3 Sidewalk: Curb side : Cutout Tree MTA 3     8 3X3   5998682.3051661 2090785.318168 37.7208226804469 -122.446619141783 (37.7208226804469, -122.446619141783) 9 7 6 28861 25
63072 26671 Permitted Site 7 Tristaniopsis laurina :: Swamp Myrtle 1 495X Geneva Ave 5 Sidewalk: Curb side : Cutout Tree MTA 3     8 3X3   5998682.3051661 2090785.318168 37.7208226804469 -122.446619141783 (37.7208226804469, -122.446619141783) 9 7 6 28861 25
116635 26670 Permitted Site 7 Tristaniopsis laurina :: Swamp Myrtle 1 495X Geneva Ave 4 Sidewalk: Curb side : Cutout Tree MTA 3     8 3X3   5998682.3051661 2090785.318168 37.7208226804469 -122.446619141783 (37.7208226804469, -122.446619141783) 9 7 6 28861 25

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