4 rows where SiteOrder = 2, Zip Codes = 309 and qSpecies_id = 65 sorted by qSiteInfo

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)
4556 35737 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 351 Hale St 2 Sidewalk: Curb side : Cutout Tree Private 2 FUF 04/14/1998 12:00:00 AM 11   Permit Number 39011 6008822.29863 2094308.62612 37.7310709363673 -122.411816979173 (37.7310709363673, -122.411816979173) 9 3 7 309 28
45238 175213 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 87x Valmar Ter 2 Sidewalk: Curb side : Cutout Tree Private 2     11 Width 3ft   6005270.21686 2092560.99775 37.7260724207817 -122.423972920124 (37.7260724207817, -122.423972920124) 9 7 7 309 5
46915 38203 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 691 Goettingen St 2 Sidewalk: Curb side : Cutout Tree Private 2 FUF 07/17/1998 12:00:00 AM 14   Permit Number 40328 6010707.71448 2091513.67595 37.7235021790704 -122.405102009451 (37.7235021790704, -122.405102009451) 10 3 7 309 28
52355 175197 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 701 Peru Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 5ft   6005286.47432 2092498.92071 37.7259028886841 -122.423912306729 (37.7259028886841, -122.423912306729) 9 7 7 309 5

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