4 rows where SiteOrder = 11 and qSpecies_id = 97 sorted by Longitude

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)
83177 34155 Permitted Site 7 Ficus microcarpa :: Chinese Banyan 97 30 Steuart St 11 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
145158 117225 DPW Maintained 1 Ficus microcarpa :: Chinese Banyan 97 1009 HARRISON ST 11 Sidewalk: Curb side : Cutout Tree DPW 1       3x10   6011058 2110680 37.7761482889947 -122.405240157274 (37.7761482889947, -122.405240157274) 14 2 9 28853 34
79542 226495 DPW Maintained 1 Ficus microcarpa :: Chinese Banyan 97 1850 Harrison St 11 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 3ft   6008685.71484 2107616.88585 37.7676047820563 -122.413229904031 (37.7676047820563, -122.413229904031) 8 4 7 28853 19
28050 224521 DPW Maintained 1 Ficus microcarpa :: Chinese Banyan 97 439 Shotwell St 11 Sidewalk: Curb side : Cutout Tree Private 2     16 Width 3ft   6007845.31387 2105404.79187 37.7614836688504 -122.415980082123 (37.7614836688504, -122.415980082123) 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)
);