2 rows where qSiteInfo = "Side Yard : Yard" and qSpecies_id = 50 sorted by qAddress

View and edit SQL

qSiteInfo

  • Side Yard : Yard · 2
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)
39438 229804 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 10 Crescent Ave 7 Side Yard : Yard Tree Private 2     6 Width 5ft   6005354.49537 2095898.81655 37.7352420900484 -122.423918818711 (37.7352420900484, -122.423918818711) 2 7 7 28859 2
97031 226818 DPW Maintained 1 Jacaranda mimosifolia :: Jacaranda 50 272 Corbett Ave 2 Side Yard : Yard Tree Private 2     7 Width 3ft   5999639.14958 2105380.58985 37.7609524294432 -122.444359978956 (37.7609524294432, -122.444359978956) 15 5 5 28862 3

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