5 rows where SiteOrder = 2, Zip Codes = 29491 and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

These facets timed out: SiteOrder, Zip Codes

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)
16950 261148 Undocumented 4 Agonis flexuosa :: Peppermint Willow 65 3220x Santiago St 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5982825 2099474 37.7437609086011 -122.502074725774 (37.7437609086011, -122.502074725774) 1 8 3 29491 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
184312 183416 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 2685 22nd Ave 2 Sidewalk: Curb side : Yard Tree Private 2     4 Width 0ft   5989557.6977 2097079.8204 37.7375803497092 -122.478619864368 (37.7375803497092, -122.478619864368) 1 8 3 29491 35
115309 203525 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 2428 14th Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 4ft   5992054.69549 2098894.88306 37.74270871135 -122.470118765694 (37.74270871135, -122.470118765694) 1 8 4 29491 40
142588 203516 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 301 Ortega St 2 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 4ft   5993037.18841 2102512.99868 37.7526998825032 -122.466984597774 (37.7526998825032, -122.466984597774) 1 8 4 29491 12

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