3 rows where Neighborhoods (old) = 27 and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

SiteOrder

qLegalStatus_id

Neighborhoods (old)

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)
16670 57208 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 2238 Divisadero St 1 Sidewalk: Curb side : Cutout Tree Private 2   03/26/2015 12:00:00 AM 3   Permit Number 775007 6000879.71894 2116143.1485 37.7905743988346 -122.440841472269 (37.7905743988346, -122.440841472269) 13 6 1 29490 27
33356 138630 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1702 Baker St 1 Sidewalk: Curb side : Cutout Tree Private 2     16 Width 0ft   6000078.3648 2114795.7207 37.7868290426993 -122.443517270296 (37.7868290426993, -122.443517270296) 13 6 1 29490 27
125241 138631 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1704 Baker St 2 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 0ft   6000076.1375 2114809.8269 37.7868676476344 -122.443525989893 (37.7868676476344, -122.443525989893) 13 6 1 29490 27

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