5 rows where Neighborhoods (old) = 38 and qSpecies_id = 91

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)
13884 258775 DPW Maintained 1 Schinus molle :: California Pepper 91 833 Corbett Ave 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5999913 2102615 37.7533744192224 -122.443214216983 (37.7533744192224, -122.443214216983) 2 5 5 63 38
90678 112684 Undocumented 4 Schinus molle :: California Pepper 91 86 STANTON ST 1 Front Yard : Yard Tree Private 2       3x3   6000281 2103909 37.7569484049338 -122.442034474193 (37.7569484049338, -122.442034474193) 2 4 5 28862 38
158691 112685 Undocumented 4 Schinus molle :: California Pepper 91 86 STANTON ST 2 Front Yard : Yard Tree Private 2       3x3   6000281 2103909 37.7569484049338 -122.442034474193 (37.7569484049338, -122.442034474193) 2 4 5 28862 38
169069 112686 Undocumented 4 Schinus molle :: California Pepper 91 86 STANTON ST 3 Front Yard : Yard Tree Private 2       3x3   6000281 2103909 37.7569484049338 -122.442034474193 (37.7569484049338, -122.442034474193) 2 4 5 28862 38
185477 52692 Permitted Site 7 Schinus molle :: California Pepper 91 4362ON CASTRO 21st St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 03/30/2006 12:00:00 AM     Permit Number 48760 6000868.9362336 2103304.07672076 37.755320919647 -122.439957801702 (37.755320919647, -122.439957801702) 2 4 5 28862 38

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