3 rows where Fire Prevention Districts = 7, SiteOrder = 3 and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

SiteOrder

Fire Prevention Districts

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)
121537 256166 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 200 Laguna St 3 Sidewalk: Curb side : Cutout Tree DPW 1 FUF         6005182.68808 2109644.93499 37.772976028407 -122.425490781615 (37.772976028407, -122.425490781615) 7 9 11 28852 10
33220 139917 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1000 LAGUNA ST 3 Sidewalk: Curb side : Cutout Tree Private 2     17 Width 0ft   6004809.1682 2112368.8803 37.7804342038606 -122.426976875009 (37.7804342038606, -122.426976875009) 7 9 11 28852 41
92411 244965 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 250 Lily St 3 Sidewalk: Curb side : Cutout Tree Private 2     14 Width 0ft   6005276.5809 2110102.9361 37.7742388930949 -122.42519859053 (37.7742388930949, -122.42519859053) 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)
);