5 rows where PlotSize = "3x3" and qCaretaker_id = 17 sorted by qSiteInfo

View and edit SQL

These facets timed out: PlotSize

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)
8148 7734 DPW Maintained 1 Metrosideros excelsa :: New Zealand Xmas Tree 16 300 Franklin St 5 Sidewalk: Curb side : Cutout Tree War Memorial 17     12 3x3   6006417.36011 2111247.60822 37.777446266458 -122.421333726477 (37.777446266458, -122.421333726477) 7 9 11 28852 10
37174 7732 DPW Maintained 1 Metrosideros excelsa :: New Zealand Xmas Tree 16 300 Franklin St 3 Sidewalk: Curb side : Cutout Tree War Memorial 17     12 3x3   6006424.96145 2111194.8411 37.7773018092612 -122.421303682828 (37.7773018092612, -122.421303682828) 7 9 11 28852 10
52313 7731 DPW Maintained 1 Metrosideros excelsa :: New Zealand Xmas Tree 16 300 Franklin St 2 Sidewalk: Curb side : Cutout Tree War Memorial 17     12 3x3   6006429.42696 2111183.21834 37.7772701477293 -122.4212874096 (37.7772701477293, -122.4212874096) 7 9 11 28852 10
58376 7730 DPW Maintained 1 Metrosideros excelsa :: New Zealand Xmas Tree 16 300 Franklin St 1 Sidewalk: Curb side : Cutout Tree War Memorial 17     12 3x3   6006431.70019 2111170.55941 37.7772355175274 -122.421278646599 (37.7772355175274, -122.421278646599) 7 9 11 28852 10
105993 7733 DPW Maintained 1 Metrosideros excelsa :: New Zealand Xmas Tree 16 300 Franklin St 4 Sidewalk: Curb side : Cutout Tree War Memorial 17     12 3x3   6006420.56293 2111227.36292 37.7773908583325 -122.421321208805 (37.7773908583325, -122.421321208805) 7 9 11 28852 10

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