6 rows where qLegalStatus_id = 4 and qSpecies_id = 90

View and edit SQL

These facets timed out: qLegalStatus_id

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)
43223 117532 Undocumented 4 Cinnamomum camphora :: Camphor Tree 90 257 Central Ave 6 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5999766.4 2109434.7 37.7720912604321 -122.444211209505 (37.7720912604321, -122.444211209505) 15 5 11 29492 9
98435 117530 Undocumented 4 Cinnamomum camphora :: Camphor Tree 90 257 Central Ave 4 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5999766.4 2109434.7 37.7720912604321 -122.444211209505 (37.7720912604321, -122.444211209505) 15 5 11 29492 9
162350 112679 Undocumented 4 Cinnamomum camphora :: Camphor Tree 90 490x GREEN ST 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6010628 2119373 37.7999931439643 -122.40734061853 (37.7999931439643, -122.40734061853) 3 1 10 308 23
162557 106931 Undocumented 4 Cinnamomum camphora :: Camphor Tree 90 340 SHOTWELL ST 2 Sidewalk: Curb side : Cutout Tree Private 2     15 10x8   6007766.2 2105923.3 37.7629029238803 -122.41629043085 (37.7629029238803, -122.41629043085) 8 4 7 28859 19
172064 101679 Undocumented 4 Cinnamomum camphora :: Camphor Tree 90 257 Central Ave 3 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5999766.4 2109434.7 37.7720912604321 -122.444211209505 (37.7720912604321, -122.444211209505) 15 5 11 29492 9
183065 117531 Undocumented 4 Cinnamomum camphora :: Camphor Tree 90 257 Central Ave 5 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5999766.4 2109434.7 37.7720912604321 -122.444211209505 (37.7720912604321, -122.444211209505) 15 5 11 29492 9

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