4 rows where DBH = 5, SiteOrder = 1 and qSpecies_id = 65 sorted by PlotSize descending

View and edit SQL

SiteOrder

DBH

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)
57235 125546 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1070 Green St 1 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 4ft   6007858.97154 2118915.83985 37.798582528908 -122.416890128576 (37.798582528908, -122.416890128576) 5 1 10 308 32
87878 120718 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 168 21st Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 4ft   5989321.49284 2114237.33382 37.7846765322868 -122.480692220574 (37.7846765322868, -122.480692220574) 11 6 2 55 26
51850 83832 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1311 47th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   01/24/2008 12:00:00 AM 5 3x3 Permit Number 50170 5981489.3468 2106129.5123 37.7619565050576 -122.507186662869 (37.7619565050576, -122.507186662869) 1 8 3 56 35
152974 94731 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 3965 Washington St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 10/28/2010 12:00:00 AM 5 3x3 Permit Number 53863 5995713.23783 2115474.26613 37.788442235114 -122.458668634362 (37.788442235114, -122.458668634362) 11 6 1 54 31

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