2 rows where qSiteInfo = ":" and qSpecies_id = 79 sorted by SiteOrder

View and edit SQL

qSiteInfo

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)
40844 188439 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 900 Marin St 2 : Tree Private 2     3 Width 4ft   6016416.33259 2100747.09096 37.7491727576269 -122.386011499647 (37.7491727576269, -122.386011499647) 10 3 8 58 1
32922 188440 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 900 Marin St 4 : Tree Private 2     2 Width 4ft   6016353.67764 2100743.44065 37.7491592669079 -122.3862279089 (37.7491592669079, -122.3862279089) 10 3 8 58 1

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