6 rows where Neighborhoods (old) = 12 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)
4479 83223 Permitted Site 7 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 1446-48 08th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   03/09/2016 12:00:00 AM 3 3x3 Permit Number 50888 5993687.91761966 2105648.90031529 37.7613477954461 -122.464962006978 (37.7613477954461, -122.464962006978) 1 8 11 56 12
46483 83567 Permitted Site 7 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 62 Woodland Ave 2 Sidewalk: Curb side : Cutout Tree Private 2   06/16/2008 12:00:00 AM   3x3 Permit Number 50867 5997102.41885097 2106267.4466409 37.7632424534183 -122.453197397762 (37.7632424534183, -122.453197397762) 15 5 11 29492 12
48378 213853 DPW Maintained 1 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 339 Carl St 1 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 3ft   5996569.29854 2106950.59972 37.7650876471008 -122.455090641935 (37.7650876471008, -122.455090641935) 15 5 11 29492 12
60565 79256 Permitted Site 7 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 627 Frederick St 1 Sidewalk: Curb side : Cutout Tree Private 2   06/16/2008 12:00:00 AM   3x3 Permit Number 50884 5996581.50943321 2107294.3742688 37.7660322643278 -122.455073251071 (37.7660322643278, -122.455073251071) 15 5 11 29492 12
152731 213852 DPW Maintained 1 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 1386 16th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 3ft   5991160.08427 2105986.1579 37.7621277372307 -122.473729238831 (37.7621277372307, -122.473729238831) 1 8 11 56 12
153745 83991 Permitted Site 7 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 62 Woodland Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   06/16/2008 12:00:00 AM   3x3 Permit Number 50867 5997102.41885097 2106267.4466409 37.7632424534183 -122.453197397762 (37.7632424534183, -122.453197397762) 15 5 11 29492 12

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