5 rows where Fire Prevention Districts = 15 and qSpecies_id = 2 sorted by Longitude

View and edit SQL

Fire Prevention Districts

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)
8200 3929 DPW Maintained 1 Magnolia grandiflora 'Samuel Sommer' :: Samuel Sommer Magnolia 2 100X Castro St 1 Sidewalk: Curb side : Cutout Tree DPW 1   07/18/2014 12:00:00 AM 3 4x4   6002188.32938 2107609.30269 37.7672170447484 -122.435702952048 (37.7672170447484, -122.435702952048) 15 5 5 28862 3
168460 3904 DPW Maintained 1 Magnolia grandiflora 'Samuel Sommer' :: Samuel Sommer Magnolia 2 84 Castro St 2 Sidewalk: Curb side : Cutout Tree DPW 1   10/13/2014 11:00:00 AM 3 2X2   6002180.9408165 2107753.3024618 37.7676120130603 -122.435738811724 (37.7676120130603, -122.435738811724) 15 5 5 29492 3
42966 10342 DPW Maintained 1 Magnolia grandiflora 'Samuel Sommer' :: Samuel Sommer Magnolia 2 935 Haight St 1 Sidewalk: Curb side : Cutout Tree DPW 1   06/04/2011 12:00:00 AM 3 4x4   6001663.93706 2109024.15924 37.7710720905099 -122.437618081823 (37.7710720905099, -122.437618081823) 15 5 11 29492 9
70138 88771 Permitted Site 7 Magnolia grandiflora 'Samuel Sommer' :: Samuel Sommer Magnolia 2 461 Baker St 1 Sidewalk: Curb side : Cutout Tree Private 2   04/03/2015 12:00:00 AM 3 3x3 Permit Number 775199 6000624 2110522 37.7751256013752 -122.441322740074 (37.7751256013752, -122.441322740074) 15 5 11 29492 16
41844 108873 DPW Maintained 1 Magnolia grandiflora 'Samuel Sommer' :: Samuel Sommer Magnolia 2 137 Cole St   Sidewalk: Curb side : Cutout Tree Private 2 FUF 01/08/2015 12:00:00 AM 3 3x3 Permit Number 773403 5997771.92218 2110131.23662 37.7738897825389 -122.451160475717 (37.7738897825389, -122.451160475717) 15 5 11 29492 16

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