4 rows where DBH = 16, SiteOrder = 2 and qSpecies_id = 65 sorted by PlotSize

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)
30504 37659 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 486 Funston Ave 2 Sidewalk: Curb side : Cutout Tree Private 2   07/02/2008 12:00:00 AM 16 3x3 Permit Number 51139 5991909.24916 2112157.7974 37.7791167592266 -122.471587940686 (37.7791167592266, -122.471587940686) 11 6 2 54 11
97742 141702 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 154 BEAUMONT AVE 2 Sidewalk: Curb side : Cutout Tree Private 2     16 Width 0ft   5996846.4318 2111948.6051 37.7788267693983 -122.454493192496 (37.7788267693983, -122.454493192496) 15 6 2 54 16
16984 203543 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 518 Hearst Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     16 Width 3ft   5997969.26989 2094410.6553 37.7307362500808 -122.449344943519 (37.7307362500808, -122.449344943519) 9 7 4 59 40
157942 221798 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 430 Webster St 2 Sidewalk: Curb side : Cutout Tree Private 2     16 Width 3ft   6004116.67022 2110321.94704 37.7747746486742 -122.429226550889 (37.7747746486742, -122.429226550889) 7 9 11 28852 10

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