3 rows where PlotSize = "Width 5ft" and qSpecies_id = 47 sorted by Police Districts

View and edit SQL

PlotSize

  • Width 5ft · 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)
107523 123588 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 50 05th Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 5ft   5994278.22027 2115268.89087 37.7877957491728 -122.463618619297 (37.7877957491728, -122.463618619297) 11 6 1 54 11
46607 176987 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 1278 Alemany Blvd 1 Sidewalk: Curb side : Cutout Tree Private 2     30 Width 5ft   6002815.8897 2094148.38707 37.7302921639516 -122.432570708688 (37.7302921639516, -122.432570708688) 9 7 5 28861 25
104265 129463 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 2451 Steiner St 5 Sidewalk: Curb side : Cutout Tree Private 2     16 Width 5ft   6002236.13059 2116512.00902 37.7916643510872 -122.436174782264 (37.7916643510872, -122.436174782264) 13 9 1 29490 27

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