4 rows where Neighborhoods (old) = 36 and qLegalStatus_id = 12

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)
29768 87422 - 12 Lophostemon confertus :: Brisbane Box 11 45X Jones St 1 Sidewalk: Curb side : Cutout Tree DPW 1   04/22/2008 12:00:00 AM       6009092.517834 2112687.614007 37.7815506408215 -122.412181237011 (37.7815506408215, -122.412181237011) 7 10 9 28852 36
127776 87423 - 12 Lophostemon confertus :: Brisbane Box 11 45X Jones St 2 Sidewalk: Curb side : Cutout Tree DPW 1   04/22/2008 12:00:00 AM 3 3x3   6009092.517834 2112687.614007 37.7815506408215 -122.412181237011 (37.7815506408215, -122.412181237011) 7 10 9 28852 36
165385 87425 - 12 Tree(s) :: 17 25X Jones St   Sidewalk: Curb side : Cutout Tree DPW 1   04/22/2008 12:00:00 AM 3 3x3   6009102.081359 2112621.960117 37.781370907497 -122.412143510234 (37.781370907497, -122.412143510234) 7 10 9 28852 36
176108 87410 - 12 Lophostemon confertus :: Brisbane Box 11 898X Ellis St 1 Sidewalk: Curb side : Cutout Tree DPW 1   04/22/2008 12:00:00 AM 3 3x3   6006570.640875 2113589.260791 37.7838845156579 -122.420969775985 (37.7838845156579, -122.420969775985) 7 9 9 28858 36

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