6 rows where SiteOrder = 5 and qSpecies_id = 12

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)
42435 197929 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 274 Main St 5 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 2ft   6014918.25453 2115471.99632 37.7895210822691 -122.392221607957 (37.7895210822691, -122.392221607957) 6 2 9 28855 6
58032 241175 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 3387 25th St 5 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 4ft   6007208.84788 2101457.68369 37.7506100118607 -122.417901552934 (37.7506100118607, -122.417901552934) 2 4 7 28859 19
132212 197951 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 375 Beale St 5 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 5ft   6015100.083 2114872.3871 37.7878847873904 -122.391550558114 (37.7878847873904, -122.391550558114) 6 2 9 28855 6
141989 197943 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 351 Main St 5 Sidewalk: Curb side : Cutout Tree Private 2     4 Width 4ft   6015369.55372 2115100.01237 37.7885247476754 -122.390634143574 (37.7885247476754, -122.390634143574) 6 2 9 28855 6
153468 197958 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 355 Beale St 5 Sidewalk: Curb side : Cutout Tree Private 2     4 Width 5ft   6014908.62801 2115077.84616 37.7884383021313 -122.392227337523 (37.7884383021313, -122.392227337523) 6 2 9 28855 6
184275 121529 Planning Code 138.1 required 2 Tilia cordata :: Littleleaf Linden 12 333 Beale St 5 Sidewalk: Curb side : Cutout Tree Private 2       6x10   6015114 2115064 37.7884116849322 -122.391515808663 (37.7884116849322, -122.391515808663) 6 2 9 28855 6

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