5 rows where Neighborhoods (old) = 7 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)
2223 241387 DPW Maintained 1 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 43 Whitney St 1 Sidewalk: Curb side : Cutout Tree DPW 1     4 Width 3ft   6004298.90777 2098020.68858 37.7410086185538 -122.42771950655 (37.7410086185538, -122.42771950655) 2 7 5 63 7
57267 241390 DPW Maintained 1 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 381 30th St 1 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 3ft   6004068.12547 2098354.29911 37.7419115792635 -122.428541241382 (37.7419115792635, -122.428541241382) 2 7 5 63 7
93244 86800 Permitted Site 7 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 71 Miguel St   Sidewalk: Curb side : Cutout Tree Private 2   10/09/2007 12:00:00 AM   3x3 Permit Number 49752 6003860 2097292 37.7389829690297 -122.429185143196 (37.7389829690297, -122.429185143196) 2 7 5 63 7
98123 241389 DPW Maintained 1 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 47 Surrey St 1 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 2ft   6002625.89983 2096003.53123 37.7353751906151 -122.43336004273 (37.7353751906151, -122.43336004273) 2 7 5 63 7
109816 241388 DPW Maintained 1 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 1769 Noe St 1 Sidewalk: Curb side : Cutout Tree Private 2     4 Width 2ft   6003420.97531 2097978.60034 37.7408433528415 -122.430752071748 (37.7408433528415, -122.430752071748) 2 7 5 63 7

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