3 rows where PlotSize = "4x4" and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

SiteOrder

  • 1 3

PlotSize

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)
85505 221920 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 963 Sanchez St 1 Sidewalk: Curb side : Cutout Tree Private 2     29 4x4   6003802.10196 2102678.82151 37.7537706531042 -122.429769441907 (37.7537706531042, -122.429769441907) 2 4 5 28862 22
142834 33539 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 253 BOCANA ST 1 Sidewalk: Curb side : Cutout Tree Private 2   08/06/2015 12:00:00 AM   4x4 Permit Number 775951 6007035 2097463 37.7396317225537 -122.418219548801 (37.7396317225537, -122.418219548801) 2 7 7 28859 2
145605 183545 Planning Code 138.1 required 2 Agonis flexuosa :: Peppermint Willow 65 2580 26th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   03/13/2017 12:00:00 AM 3 4x4 Permit Number 777874 5988340.9772 2097760.0505 37.7393773655768 -122.482876432223 (37.7393773655768, -122.482876432223) 1 8 3 29491 35

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