5 rows where Neighborhoods (old) = 35 and qSpecies_id = 48 sorted by PlantDate

View and edit SQL

Neighborhoods (old)

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)
10491 261696 DPW Maintained 1 Potential Site :: Potential Site 48 1590 22nd Ave 1 Sidewalk: Curb side : Cutout Tree Private 2       Width 0ft   5989373 2104538 37.758047821522 -122.479804035874 (37.758047821522, -122.479804035874) 1 8 3 56 35
11893 182452 DPW Maintained 1 Potential Site :: Potential Site 48 1574 22nd Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     0 Width 0ft   5989346.5396 2104640.2207 37.7583269548751 -122.47990302642 (37.7583269548751, -122.47990302642) 1 8 3 56 35
12646 261695 DPW Maintained 1 Potential Site :: Potential Site 48 1470 22nd Ave 1 Sidewalk: Curb side : Cutout Tree Private 2       Width 0ft   5989346 2105344 37.7602593121964 -122.479956394756 (37.7602593121964, -122.479956394756) 1 8 3 56 35
13550 183989 DPW Maintained 1 Potential Site :: Potential Site 48 1678 35th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     0 Width 0ft   5985337.681 2103783.3365 37.7557404662473 -122.493704080582 (37.7557404662473, -122.493704080582) 1 8 3 56 35
125354 253413 DPW Maintained 1 Potential Site :: Potential Site 48 2433 23rd Ave 1 Sidewalk: Curb side : Cutout Tree Port 6 Private     3x3   5989193.66308 2098780.80152 37.7422296590049 -122.480002935505 (37.7422296590049, -122.480002935505) 1 8 3 29491 35

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