4 rows where SiteOrder = 12 and qSpecies_id = 97 sorted by Police Districts

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)
31415 34159 Permitted Site 7 Ficus microcarpa :: Chinese Banyan 97 30 Steuart St 12 Sidewalk: Curb side : Cutout Tree Private 2   05/13/1997 12:00:00 AM     Permit Number 37992 6014341.06792841 2117132.86353937 37.7940493718531 -122.394334961669 (37.7940493718531, -122.394334961669) 12 2 9 28855 6
32511 117226 DPW Maintained 1 Ficus microcarpa :: Chinese Banyan 97 1009 HARRISON ST 12 Sidewalk: Curb side : Cutout Tree DPW 1       3x10   6011058 2110680 37.7761482889947 -122.405240157274 (37.7761482889947, -122.405240157274) 14 2 9 28853 34
39941 6742 DPW Maintained 1 Ficus microcarpa :: Chinese Banyan 97 1300X Fairfax Ave 12 Sidewalk: Curb side : Cutout Tree DPW 1   04/10/2017 01:53:00 PM 3 3x3   6016901.50063 2097278.26947 37.7396749203573 -122.384092237585 (37.7396749203573, -122.384092237585) 10 3 8 58 1
163673 224522 DPW Maintained 1 Ficus microcarpa :: Chinese Banyan 97 439 Shotwell St 12 Sidewalk: Curb side : Cutout Tree Private 2     16 Width 3ft   6007847.20121 2105421.64723 37.7615300558868 -122.415974748238 (37.7615300558868, -122.415974748238) 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)
);