3 rows where PermitNotes = "Permit Number 778691", SiteOrder = 1 and qLegalStatus_id = 2

View and edit SQL

SiteOrder

PermitNotes

  • Permit Number 778691 · 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)
52242 243372 Planning Code 138.1 required 2 Lophostemon confertus :: Brisbane Box 11 1050 Valencia St 1 Sidewalk: Curb side : Cutout Tree Private 2   08/04/2016 12:00:00 AM 3 3x3 Permit Number 778691 6006308.99467 2103436.4955 37.7559926899263 -122.42115381712 (37.7559926899263, -122.42115381712) 2 4 5 28859 19
63824 120132 Planning Code 138.1 required 2 Lophostemon confertus :: Brisbane Box 11 1 Hill St 1 Sidewalk: Curb side : Cutout Tree Private 2   08/04/2016 12:00:00 AM 3 3x3 Permit Number 778691 6006324.60427 2103454.53368 37.7560430985606 -122.421101114609 (37.7560430985606, -122.421101114609) 2 4 5 28859 19
168129 23050 Planning Code 138.1 required 2 Lophostemon confertus :: Brisbane Box 11 1058 Valencia St 1 Sidewalk: Curb side : Cutout Tree Private 2   08/04/2016 12:00:00 AM 3 3x3 Permit Number 778691 6006261.27662 2103419.73409 37.7559439767922 -122.421317651992 (37.7559439767922, -122.421317651992) 2 4 5 28859 19

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