6 rows where qLegalStatus_id = 4 and qSpecies_id = 30 sorted by Longitude

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)
34481 201714 Undocumented 4 Acacia stenophylla :: Shoestring Acacia 30 726 Jamestown Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     9 Width 4ft   6015317.96334 2088364.51894 37.7151118613908 -122.388945312084 (37.7151118613908, -122.388945312084) 10 3 8 58 1
150560 201715 Undocumented 4 Acacia stenophylla :: Shoestring Acacia 30 726 Jamestown Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 4ft   6015296.60638 2088393.85947 37.715191240972 -122.389021178889 (37.715191240972, -122.389021178889) 10 3 8 58 1
162980 96193 Undocumented 4 Acacia stenophylla :: Shoestring Acacia 30 1640 Jerrold Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     4 4x50   6015077.4 2097255.4 37.7395111076977 -122.390397652393 (37.7395111076977, -122.390397652393) 10 3 8 58 1
53 264969 Undocumented 4 Acacia stenophylla :: Shoestring Acacia 30 1099X Hollister Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF     15x15   6014337 2089983 37.719501468928 -122.392449109694 (37.719501468928, -122.392449109694) 10 3 8 58 1
112972 88538 Undocumented 4 Acacia stenophylla :: Shoestring Acacia 30 1306 York St   Sidewalk: Property side : Cutout Tree Private 2   06/26/2009 12:00:00 AM   3x12 Permit Number 52223 6010027.5 2101589.4 37.7511299031436 -122.40816367022 (37.7511299031436, -122.40816367022) 2 4 7 28859 19
124564 257893 Undocumented 4 Acacia stenophylla :: Shoestring Acacia 30 23 Canyon Dr 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6003365 2086282 37.7087239233851 -122.430111404197 (37.7087239233851, -122.430111404197) 9 7 6 28861 5

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