4 rows where SiteOrder = 7 and qSpecies_id = 12

View and edit SQL

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)
52894 121531 Planning Code 138.1 required 2 Tilia cordata :: Littleleaf Linden 12 333 Beale St 7 Sidewalk: Curb side : Cutout Tree Private 2       6x10   6015114 2115064 37.7884116849322 -122.391515808663 (37.7884116849322, -122.391515808663) 6 2 9 28855 6
80481 197953 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 375 Beale St 7 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 5ft   6015054.91567 2114917.83312 37.7880070646074 -122.391710008824 (37.7880070646074, -122.391710008824) 6 2 9 28855 6
113100 197945 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 351 Main St 7 Sidewalk: Curb side : Cutout Tree Private 2     4 Width 4ft   6015345.08989 2115126.34059 37.7885956816912 -122.390720625978 (37.7885956816912, -122.390720625978) 6 2 9 28855 6
137275 197960 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 355 Beale St 7 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 5ft   6014878.139 2115106.33815 37.7885148416282 -122.392334819105 (37.7885148416282, -122.392334819105) 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)
);