3 rows where SiteOrder = 9 and qSpecies_id = 260

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)
61135 30147 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 410X Mansell St 9 Median : Cutout Tree DPW 1     18 M   6010678.994322 2090457.626596 37.7206008798567 -122.405126964413 (37.7206008798567, -122.405126964413) 10 3 7 309 28
102450 19482 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 1900X Sloat Blvd 9 Median : Cutout Tree DPW 1     3 20   5984946.1404685 2095883.2432037 37.734026040705 -122.494475789917 (37.734026040705, -122.494475789917) 1 8 3 29491 35
164174 19463 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 1700X Sloat Blvd 9 Median : Cutout Tree DPW 1     6 20   5985858.9484667 2095882.6709765 37.7340778499573 -122.491319932369 (37.7340778499573, -122.491319932369) 1 8 3 64 35

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