3 rows where SiteOrder = "" and qSpecies_id = 97 sorted by Zip Codes

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)
36324 102902 Undocumented 4 Ficus microcarpa :: Chinese Banyan 97 290 PACIFIC AVE   Sidewalk: Curb side : Cutout Tree Private 2     9 3x3   6012556 2118523 37.797766966668 -122.400609219963 (37.797766966668, -122.400609219963) 3 1 10 28860 6
43388 102901 Undocumented 4 Ficus microcarpa :: Chinese Banyan 97 712 BATTERY ST   Sidewalk: Curb side : Cutout Tree Private 2     10 3x3   6012523 2118543 37.7978200413762 -122.400724815577 (37.7978200413762, -122.400724815577) 3 1 10 28860 6
42094 107775 Permitted Site 7 Ficus microcarpa :: Chinese Banyan 97 311 PARNASSUS AVE   Sidewalk: Curb side : Cutout Tree Private 2       3x3   5996666.6 2106591.7 37.7641077820156 -122.454728170136 (37.7641077820156, -122.454728170136) 15 5 11 29492 12

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