3 rows where Latitude = "37.7821946822097" and qCaretaker_id = 15

View and edit SQL

Neighborhoods (old)

Latitude

  • 37.7821946822097 · 3
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)
59327 112509 Undocumented 4 Lophostemon confertus :: Brisbane Box 11 699x WILLOW ST 1 Sidewalk: Curb side : Cutout Tree Housing Authority 15 DPW     2x2   6004423 2113018 37.7821946822097 -122.42835909049 (37.7821946822097, -122.42835909049) 7 9 11 29490 41
79151 112511 DPW Maintained 1 Lophostemon confertus :: Brisbane Box 11 699x WILLOW ST 3 Sidewalk: Curb side : Cutout Tree Housing Authority 15 DPW 08/08/2015 03:37:00 PM 3 2x2   6004423 2113018 37.7821946822097 -122.42835909049 (37.7821946822097, -122.42835909049) 7 9 11 29490 41
85966 112510 Undocumented 4 Lophostemon confertus :: Brisbane Box 11 699x WILLOW ST 2 Sidewalk: Curb side : Cutout Tree Housing Authority 15 DPW     2x2   6004423 2113018 37.7821946822097 -122.42835909049 (37.7821946822097, -122.42835909049) 7 9 11 29490 41

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