5 rows where PlotSize = "Width 6ft" and qLegalStatus_id = 9 sorted by Police Districts

View and edit SQL

PlotSize

  • Width 6ft · 5
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)
2007 188784 Private 9 Tristaniopsis laurina :: Swamp Myrtle 1 499 Illinois St 3 Sidewalk: Curb side : Cutout Tree Private 2     4 Width 6ft   6015979.83831 2106803.95395 37.7657794514949 -122.387943506912 (37.7657794514949, -122.387943506912) 14 3 9 310 20
9799 188783 Private 9 Tristaniopsis laurina :: Swamp Myrtle 1 499 Illinois St 2 Sidewalk: Curb side : Cutout Tree Private 2     4 Width 6ft   6015981.68348 2106781.73126 37.7657185350155 -122.387935573977 (37.7657185350155, -122.387935573977) 14 3 9 310 20
10795 188785 Private 9 Tristaniopsis laurina :: Swamp Myrtle 1 499 Illinois St 4 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 6ft   6015978.05896 2106829.43815 37.7658493270204 -122.38795143981 (37.7658493270204, -122.38795143981) 14 3 9 310 20
13110 188782 Private 9 Tristaniopsis laurina :: Swamp Myrtle 1 499 Illinois St 1 Sidewalk: Curb side : Cutout Tree Private 2     4 Width 6ft   6015982.12636 2106754.96915 37.7656450765832 -122.387932174526 (37.7656450765832, -122.387932174526) 14 3 9 310 20
17659 188786 Private 9 Tristaniopsis laurina :: Swamp Myrtle 1 499 Illinois St 5 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 6ft   6015977.25571 2106854.57611 37.7659183059205 -122.387955972402 (37.7659183059205, -122.387955972402) 14 3 9 310 20

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