6 rows where qLegalStatus_id = 4 and qSpecies_id = 124

View and edit SQL

qLegalStatus_id

  • Undocumented · 6
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)
621 104871 Undocumented 4 Acer japonicum :: Japanese Maple 124 50-52 Ord St 1 Sidewalk: Curb side : Cutout Tree Private 2       5x4 Permit Number 770461 6000747.1 2106070.8 37.7629107285672 -122.440577579902 (37.7629107285672, -122.440577579902) 15 5 5 28862 3
23274 105044 Undocumented 4 Acer japonicum :: Japanese Maple 124 115 San Jose Ave 2 Sidewalk: Curb side : Cutout Tree Private 2       3x6   6006223.6 2102382.1 37.7530927489395 -122.421374265597 (37.7530927489395, -122.421374265597) 2 4 5 28859 19
37329 112121 Undocumented 4 Acer japonicum :: Japanese Maple 124 428 COLLINGWOOD ST 1 Front Yard : Yard Tree Private 2     5 10x9   6002093 2103331 37.755464449457 -122.435726554381 (37.755464449457, -122.435726554381) 2 4 5 28862 22
58122 120503 Undocumented 4 Acer japonicum :: Japanese Maple 124 50X Ecker St 6 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6013004 2115455 37.7893679393503 -122.398843573251 (37.7893679393503, -122.398843573251) 12 2 9 28855 6
95362 106973 Undocumented 4 Acer japonicum :: Japanese Maple 124 493 Day St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6002705 2098828 37.7431350167668 -122.433288323925 (37.7431350167668, -122.433288323925) 2 7 5 63 22
102612 119267 Undocumented 4 Acer japonicum :: Japanese Maple 124 1321 Plymouth Ave 1 Sidewalk: Property side : Yard Tree Private 2     11 10x4   5995851.8603726 2092807.77065035 37.7262137675089 -122.456549245441 (37.7262137675089, -122.456549245441) 9 7 4 28861 40

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