5 rows where Neighborhoods (old) = 24 and qSpecies_id = 123

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)
32350 84048 Permitted Site 7 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 1006 Capitol Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   10/04/2007 12:00:00 AM   3x3 Permit Number 49723 5995065.73258922 2090627.8481306 37.7201830572422 -122.459109050516 (37.7201830572422, -122.459109050516) 9 8 6 28861 24
69913 81225 Permitted Site 7 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 225 Jules Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   10/04/2007 12:00:00 AM   3x3 Permit Number 49728 5994438.42452426 2091412.78636228 37.7223022264954 -122.461334300987 (37.7223022264954, -122.461334300987) 9 8 4 28861 24
84189 83512 Permitted Site 7 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 271 Faxon Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   10/04/2007 12:00:00 AM   3x3 Permit Number 49725 5994714.51593994 2090381.39140811 37.719486148882 -122.460305233079 (37.719486148882, -122.460305233079) 9 8 6 28861 24
101659 87845 Permitted Site 7 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 6 Minerva St   Sidewalk: Curb side : Cutout Tree Private 2   06/10/2008 12:00:00 AM   3x3 Permit Number 50752 5996525.4 2089078.3 37.7160121664781 -122.453951648081 (37.7160121664781, -122.453951648081) 9 8 6 28861 24
151959 81505 Permitted Site 7 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 30 Lee Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   10/04/2007 12:00:00 AM   3x3 Permit Number 49730 5996533.25550088 2090072.07142613 37.7187412808671 -122.453996225339 (37.7187412808671, -122.453996225339) 9 8 6 28861 24

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