6 rows where qLegalStatus_id = 9 and qSiteInfo = "Sidewalk: Property side : Cutout" sorted by qLegalStatus_id

View and edit SQL

qSiteInfo

  • Sidewalk: Property side : Cutout · 6
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)
2685 264708 Private 9 Callistemon citrinus :: Lemon Bottlebrush 67 4345 Clement St 4 Sidewalk: Property side : Cutout Tree Private 2   09/17/2020 12:00:00 AM 3     5982064.28374 2113052.50483 37.7809988756405 -122.505711450059 (37.7809988756405, -122.505711450059) 11 6 2 55 26
13426 260872 Private 9 Tree(s) :: 17 1736 Fitzgerald Ave 1 Sidewalk: Property side : Cutout Tree Private 2     3 3x3   6011805.50809 2092676.7551 37.7267570649137 -122.401388810186 (37.7267570649137, -122.401388810186) 10 3 8 58 1
19591 264707 Private 9 Callistemon citrinus :: Lemon Bottlebrush 67 4345 Clement St 3 Sidewalk: Property side : Cutout Tree Private 2   09/17/2020 12:00:00 AM 3     5982064.28374 2113052.50483 37.7809988756405 -122.505711450059 (37.7809988756405, -122.505711450059) 11 6 2 55 26
54959 258601 Private 9 :: 45 682 12th Ave 1 Sidewalk: Property side : Cutout Landscaping Private 2   05/29/2019 12:00:00 AM 3 9X2   5992266.47414 2110804.58144 37.7754218561197 -122.470253595146 (37.7754218561197, -122.470253595146) 11 6 2 54 11
165242 104317 Private 9 Pyrus calleryana :: Ornamental Pear 44 13011305 SANCHEZ ST 2 Sidewalk: Property side : Cutout Tree Private 2     12 3x3   6003956 2100665 37.7482498839608 -122.429093651106 (37.7482498839608, -122.429093651106) 2 4 5 63 22
180111 256895 Private 9 Ginkgo biloba :: Maidenhair Tree 22 701 Congo St 1 Sidewalk: Property side : Cutout Tree Private 2       3x12 Permit Number 768867 6000183.68977 2096091.89275 37.7354789553486 -122.441809987085 (37.7354789553486, -122.441809987085) 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)
);