3 rows where SiteOrder = 7 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)
23385 19480 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 1900X Sloat Blvd 7 Median : Cutout Tree DPW 1     3 20   5984946.1404685 2095883.2432037 37.734026040705 -122.494475789917 (37.734026040705, -122.494475789917) 1 8 3 29491 35
157373 19473 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 1800X Sloat Blvd 7 Median : Cutout Tree DPW 1     3 20   5985262.7171661 2095894.5517007 37.7340756136127 -122.493382135065 (37.7340756136127, -122.493382135065) 1 8 3 29491 35
187606 19391 DPW Maintained 1 Eucalyptus lehmanni :: Bushy Yate 260 100X Sloat Blvd 7 Median : Cutout Tree DPW 1     18 20   5991082.2835044 2096052.6376293 37.7348483670999 -122.473273805701 (37.7348483670999, -122.473273805701) 1 8 4 29491 40

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