3 rows where SiteOrder = 3 and qCaretaker_id = 17 sorted by PlantType

View and edit SQL

These facets timed out: SiteOrder

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)
7530 27369 Permitted Site 7 Platanus x hispanica :: Sycamore: London Plane 27 251 Van Ness Ave 3 Sidewalk: Curb side : Cutout Tree War Memorial 17     12 3X3   6006819.3487219 2111354.6736121 37.7777628978385 -122.419950711926 (37.7777628978385, -122.419950711926) 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
145620 7771 Permitted Site 7 Lophostemon confertus :: Brisbane Box 11 490X Franklin St 3 Sidewalk: Curb side : Cutout Tree War Memorial 17     12 3X3   6006335.7213615 2111871.61132 37.7791550246023 -122.421660473625 (37.7791550246023, -122.421660473625) 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)
);