2 rows where Neighborhoods (old) = 33 and qSpecies_id = 47 sorted by Location

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)
161986 122182 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 2 14th Ave 1 Sidewalk: Curb side : Yard Tree Private 2     10     5991497.78568 2114857.01928 37.7865042639669 -122.473208256238 (37.7865042639669, -122.473208256238) 11 6 1 54 33
98973 250332 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 141 27th Ave 1 : Tree Private 2   05/08/2002 12:00:00 AM 4 Width 3ft Permit Number 45150 5987387.77846 2115003.34197 37.7866671925889 -122.487438428541 (37.7866671925889, -122.487438428541) 11 6 1 55 33

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