9 rows where SiteOrder = 2, qLegalStatus_id = 7 and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

qLegalStatus_id

  • Permitted Site · 9

SiteOrder

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)
6932 112764 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 145 Lakeview Ave 2 Sidewalk: Curb side : Cutout Tree Private 2 FUF 08/19/2015 12:00:00 AM     Permit Number 774164 5997123.4 2089342.1 37.7167707693614 -122.45190370908 (37.7167707693614, -122.45190370908) 9 8 6 28861 24
91379 47054 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 149 Casitas Ave 2 Sidewalk: Curb side : Cutout Tree Private 2   05/02/2002 12:00:00 AM     Permit Number 45042 5994940.24503133 2097052.6739603 37.7378168558175 -122.460008006142 (37.7378168558175, -122.460008006142) 9 7 4 59 40
135492 115202 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 1352 Sanchez St 2 Sidewalk: Curb side : Cutout Tree Private 2   01/19/2016 12:00:00 AM     Permit Number 775318 6003856.3 2100365.8 37.747422706117 -122.429417077187 (37.747422706117, -122.429417077187) 2 7 5 63 22
23012 97550 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 199x FLOOD AVE 2 Sidewalk: Curb side : Cutout Tree Private 2     1 3x3 Permit Number 42524 5999753 2094070 37.7299027608053 -122.443153872698 (37.7299027608053, -122.443153872698) 9 7 4 63 40
93872 102475 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 581 Capp St 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3 Permit Number 38389 6007298 2103932 37.7574089362149 -122.417768621509 (37.7574089362149, -122.417768621509) 2 4 7 28859 19
156296 87374 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 149 Staples Ave 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3 Permit Number 50353 5999085.2 2093741.7 37.7289632252792 -122.445438930282 (37.7289632252792, -122.445438930282) 9 7 4 28861 40
162088 109283 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 1530 Sloat Blvd 2 Sidewalk: Curb side : Cutout Tree Private 2 FUF 02/05/2015 12:00:00 AM 3 3x3 Permit Number 773632 5986383.9 2095952.1 37.7342991443311 -122.489510139546 (37.7342991443311, -122.489510139546) 1 8 3 64 35
185739 106345 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 2428 14th Ave 2 Median : Cutout Tree Private 2   04/18/2014 12:00:00 AM   3x3   5992079 2098890.7 37.7426986307713 -122.470034423922 (37.7426986307713, -122.470034423922) 1 8 4 29491 40
132523 115548 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 368 Highland Ave 2 Sidewalk: Curb side : Cutout Tree Private 2 FUF   20 4x6   6007279.07639479 2096499.56656681 37.7370000828457 -122.417307379598 (37.7370000828457, -122.417307379598) 2 7 7 28859 2

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