3 rows where Neighborhoods (old) = 27 and qSpecies_id = 133

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)
6774 249677 DPW Maintained 1 Crataegus laevigata :: English Hawthorn 133 2400 Baker St 9 Front Yard : Yard Tree Private 2     9     5999741.70445 2117184.69909 37.7933693451834 -122.444853823654 (37.7933693451834, -122.444853823654) 13 9 1 57 27
48670 249686 DPW Maintained 1 Crataegus laevigata :: English Hawthorn 133 2400 Baker St 18 Front Yard : Yard Tree Private 2     4     5999708.23219 2117360.34158 37.7938497027636 -122.444982272037 (37.7938497027636, -122.444982272037) 13 9 1 57 27
190535 249691 DPW Maintained 1 Crataegus laevigata :: English Hawthorn 133 2400 Baker St 23 Front Yard : Yard Tree Private 2     1     5999714.93782 2117284.79533 37.793642655433 -122.444953636697 (37.793642655433, -122.444953636697) 13 9 1 57 27

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