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

View and edit SQL

DBH

qLegalStatus_id

  • Permitted Site · 6

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