3 rows where PermitNotes = "Permit Number 767140" and qSpecies_id = 143

View and edit SQL

PermitNotes

  • Permit Number 767140 · 3
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)
24844 95247 Undocumented 4 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 2626 Larkin St 4 Sidewalk: Property side : Cutout Tree Private 2   08/12/2010 12:00:00 AM 5 3x3 Permit Number 767140 6006627 2120193 37.802019913523 -122.421243885087 (37.802019913523, -122.421243885087) 5 9 1 28858 32
67455 95245 Undocumented 4 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 2626 Larkin St 2 Sidewalk: Property side : Cutout Tree Private 2   08/12/2010 12:00:00 AM 5 3x3 Permit Number 767140 6006627 2120193 37.802019913523 -122.421243885087 (37.802019913523, -122.421243885087) 5 9 1 28858 32
164939 95246 Undocumented 4 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 2626 Larkin St 3 Sidewalk: Property side : Cutout Tree Private 2   08/12/2010 12:00:00 AM 5 3x3 Permit Number 767140 6006627 2120193 37.802019913523 -122.421243885087 (37.802019913523, -122.421243885087) 5 9 1 28858 32

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