2 rows where DBH = 15 and qLegalStatus_id = 2 sorted by qCaretaker_id

View and edit SQL

These facets timed out: 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)
16409 54948 Planning Code 138.1 required 2 Metrosideros excelsa :: New Zealand Xmas Tree 16 1531 44th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   08/28/1972 12:00:00 AM 15 6x3 Permit Number 779312 5982470.8167 2104681.2673 37.7580377938942 -122.503684942327 (37.7580377938942, -122.503684942327) 1 8 3 56 35
43703 106256 Planning Code 138.1 required 2 Magnolia grandiflora 'Little Gem' :: Little Gem Magnolia 13 1928 18th St 1 Sidewalk: Curb side : Cutout Tree Private 2     15 3x3 Permit Number 770844 6011999 2105627 37.7623264575812 -122.401629730256 (37.7623264575812, -122.401629730256) 8 3 8 28856 29

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