6 rows where DBH = 1 and qCaretaker_id = 4 sorted by qCareAssistant

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)
83242 113035 DPW Maintained 1 Acer buergeranum :: Trident Maple 110 251 06th Ave 6 Sidewalk: Curb side : Cutout Tree SFUSD 4     1 3x3   5993975.80165 2113783.25834 37.7836991768592 -122.464557007516 (37.7836991768592, -122.464557007516) 11 6 2 54 11
18929 76784 DPW Maintained 1 Metrosideros excelsa :: New Zealand Xmas Tree 16 1501X 42nd Ave 7 Sidewalk: Curb side : Cutout Tree SFUSD 4 DPW for City Agency   1 3x12   5983097.2131 2104562.028 37.7577472058325 -122.501509810878 (37.7577472058325, -122.501509810878) 1 8 3 56 35
48126 108611 DPW Maintained 1 Pittosporum undulatum :: Victorian Box 36 2025x Taylor St 3 Sidewalk: Curb side : Cutout Tree SFUSD 4 DPW for City Agency   1 3x3   6008581.83386 2119799.52206 37.8010495338737 -122.414451351572 (37.8010495338737, -122.414451351572) 5 1 10 308 32
169090 98805 DPW Maintained 1 Ginkgo biloba :: Maidenhair Tree 22 950x Clay St 7 Sidewalk: Curb side : Cutout Tree SFUSD 4 DPW for City Agency 03/16/2012 12:00:00 AM 1 3x3 Permit Number 768771 6010143.10639 2117195.10642 37.793986029186 -122.408864800763 (37.793986029186, -122.408864800763) 3 1 10 28857 4
175199 96769 DPW Maintained 1 Pittosporum undulatum :: Victorian Box 36 1300X Lane St 5 Sidewalk: Curb side : Cutout Tree SFUSD 4 DPW for City Agency   1 4x4   6015646.9436 2095179.7309 37.7338433188148 -122.388283573512 (37.7338433188148, -122.388283573512) 10 3 8 58 1
188988 98791 DPW Maintained 1 Ginkgo biloba :: Maidenhair Tree 22 950 Clay St 6 Sidewalk: Curb side : Cutout Tree SFUSD 4 DPW for City Agency   1 3x6 Permit Number 768771 6010164.1906 2117196.54488 37.7939911598214 -122.408791948484 (37.7939911598214, -122.408791948484) 3 1 10 28857 4

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