3 rows where PlotSize = "Width 3ft", SiteOrder = 7 and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

SiteOrder

PlotSize

  • Width 3ft · 3
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)
50598 221896 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 7 Marsily St 7 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 3ft   6004330.56552 2095607.66514 37.7343847942306 -122.427438185126 (37.7343847942306, -122.427438185126) 2 7 5 28861 25
61711 175190 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 2201 Bay Shore Blvd 7 Sidewalk: Curb side : Cutout Tree Private 2     24 Width 3ft   6011418.48668 2087333.27614 37.7120633584163 -122.402351191059 (37.7120633584163, -122.402351191059) 10 3 8 309 1
117173 203550 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 181 Flood Ave 7 Sidewalk: Curb side : Cutout Tree Private 2     11 Width 3ft   5999525.01063 2094056.66117 37.7298531329131 -122.443941098101 (37.7298531329131, -122.443941098101) 9 7 4 63 40

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