2 rows where qSpecies_id = 512 sorted by Police Districts

View and edit SQL

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)
74170 246328 DPW Maintained 1 Eucalyptus citriodora :: Lemon scented eucalyptus 512 1735 Mission St 1 Sidewalk: Curb side : Cutout Tree Private 2     23 Width 0ft   6006779.179 2108213.1723 37.7691348231672 -122.419866697495 (37.7691348231672, -122.419866697495) 8 4 7 28853 19
145348 256222 Undocumented 4 Eucalyptus citriodora :: Lemon scented eucalyptus 512 159X Brewster St 6 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6010337 2099087 37.7442761860016 -122.406917028766 (37.7442761860016, -122.406917028766) 2 7 7 28859 2

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