3 rows where SiteOrder = 12 and qSpecies_id = 32 sorted by qSiteInfo

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)
79575 233467 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 2355 Harrison St 12 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 3ft   6008792.16391 2104566.15897 37.7592341631379 -122.412646020091 (37.7592341631379, -122.412646020091) 2 4 7 28859 19
144188 233489 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 1850 Harrison St 12 Sidewalk: Curb side : Cutout Tree Private 2     4 Width 3ft   6008682.13256 2107685.30091 37.7677924328048 -122.413247133243 (37.7677924328048, -122.413247133243) 8 4 7 28853 19
189404 96510 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 2360X Harrison St 12 Sidewalk: Curb side : Cutout Tree SFUSD 4 DPW for City Agency 09/15/2012 12:00:00 AM   3x3   6008639.8 2104954 37.7602905334715 -122.413200395323 (37.7602905334715, -122.413200395323) 2 4 7 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)
);