2 rows where DBH = 1 and qLegalStatus_id = 5

View and edit SQL

DBH

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)
8728 96402 Section 806 (d) 5 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 2160 36th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   05/12/2011 12:00:00 AM 1 2x3   5985141.5215 2100472.7854 37.7466391224256 -122.494138462065 (37.7466391224256, -122.494138462065) 1 8 3 29491 35
10175 103130 Section 806 (d) 5 Magnolia grandiflora :: Southern Magnolia 19 418 28th Ave 1 : Tree Private 2     1     5987189.39247 2113118.19249 37.7814795396885 -122.487986220863 (37.7814795396885, -122.487986220863) 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)
);