4 rows where PlotSize = "Width 3ft", qSiteInfo = "Sidewalk: Curb side : Yard" and qSpecies_id = 47 sorted by Location

View and edit SQL

qSiteInfo

  • Sidewalk: Curb side : Yard · 4

PlotSize

  • Width 3ft · 4
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)
81496 207129 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 4986 19th Ave 3 Sidewalk: Curb side : Yard Tree Private 2     12 Width 3ft   5990655.7482 2093855.39662 37.7287905920011 -122.47458816511 (37.7287905920011, -122.47458816511) 9 8 4 64 40
84866 227691 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 309 Bocana St 1 Sidewalk: Curb side : Yard Tree Private 2     8 Width 3ft   6006868.92044 2097195.64462 37.7388882743696 -122.418774826116 (37.7388882743696, -122.418774826116) 2 7 7 28859 2
155190 227690 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 307 Bocana St 1 Sidewalk: Curb side : Yard Tree Private 2     6 Width 3ft   6006885.1558 2097215.40267 37.7389434396991 -122.418720092463 (37.7389434396991, -122.418720092463) 2 7 7 28859 2
67268 118441 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 5201 Anza St 3 Sidewalk: Curb side : Yard Tree Private 2     8 Width 3ft   5982477.73735 2111660.7356 37.7772018111581 -122.504178007129 (37.7772018111581, -122.504178007129) 11 6 2 55 26

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