6 rows where SiteOrder = 2, Zip Codes = 59 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)
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
40890 203565 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 33 Pinehurst Way 2 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 3ft   5993248.53272 2093275.53129 37.7273483150682 -122.465582702207 (37.7273483150682, -122.465582702207) 9 8 4 59 40
91379 47054 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 149 Casitas Ave 2 Sidewalk: Curb side : Cutout Tree Private 2   05/02/2002 12:00:00 AM     Permit Number 45042 5994940.24503133 2097052.6739603 37.7378168558175 -122.460008006142 (37.7378168558175, -122.460008006142) 9 7 4 59 40
102836 203534 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 149 Casitas Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 2ft   5995350.02472 2096965.99603 37.7376024192215 -122.45858493525 (37.7376024192215, -122.45858493525) 9 7 4 59 40
123884 203541 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 510 Hearst Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 3ft   5998007.81838 2094409.85226 37.7307362500822 -122.449211618134 (37.7307362500822, -122.449211618134) 9 7 4 59 40
77602 203529 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 24 Santa Ana Ave 2 Sidewalk: Curb side : Yard Tree Private 2     1 Width 8ft   5992569.96638 2096706.93709 37.7367309392805 -122.468177995418 (37.7367309392805, -122.468177995418) 1 8 4 59 40

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