4 rows where SiteOrder = "", Zip Codes = 56 and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

Zip Codes

SiteOrder

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)
39831 108691 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1638 41st Ave   Sidewalk: Curb side : Cutout Tree Private 2 FUF 01/02/2015 12:00:00 AM 3 3x3 Permit Number 774623 5983468.36272 2103987.5899 37.7561917512468 -122.500183776602 (37.7561917512468, -122.500183776602) 1 8 3 56 35
57192 258208 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 1751 43rd Ave   Sidewalk: Curb side : Cutout Tree Private 2 FUF 04/17/2019 12:00:00 AM 3 3x3 Permit Number 783177 5982833.22444 2103206.19232 37.7540089544563 -122.50232243849 (37.7540089544563, -122.50232243849) 1 8 3 56 35
110639 83535 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 1779 48th Ave   Sidewalk: Curb side : Cutout Tree Private 2   01/24/2008 12:00:00 AM   3x3 Permit Number 50180 5981283.63190284 2102973.80068941 37.7532797037627 -122.507663961783 (37.7532797037627, -122.507663961783) 1 8 3 56 35
178762 108734 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 54 Aloha Ave   Sidewalk: Curb side : Cutout Tree Private 2 FUF 01/05/2015 12:00:00 AM 3 3x3 Permit Number 774639 5991915.16633 2104292.89593 37.7575221893456 -122.470994366205 (37.7575221893456, -122.470994366205) 1 8 4 56 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)
);