2 rows where SiteOrder = 2 and qSpecies_id = 21

View and edit SQL

SiteOrder

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)
33443 98454 DPW Maintained 1 Banksia integrifolia :: Coast Banksia 21 1565 Kirkwood Ave 2 Sidewalk: Curb side : Cutout Tree Private 2   02/15/2012 12:00:00 AM 5 3x3 Permit Number 768686 6015422.71517 2096555.33224 37.7376080138989 -122.389154823532 (37.7376080138989, -122.389154823532) 10 3 8 58 1
103130 50851 DPW Maintained 1 Banksia integrifolia :: Coast Banksia 21 283 10th Ave 2 Sidewalk: Curb side : Cutout Tree Private 2   04/08/2004 12:00:00 AM 8   Permit Number 47367 5992741.2206 2113607.79805 37.7831461632306 -122.468815380408 (37.7831461632306, -122.468815380408) 11 6 2 54 11

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