3 rows where qSpecies_id = 541 sorted by XCoord

View and edit SQL

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)
183583 218987 DPW Maintained 1 Fraxinus velutina :: Modesto Ash 541 1628 18th Ave 1 Sidewalk: Curb side : Pot Tree Private 2     4 Width 5ft   5990606.34235 2104296.88686 37.7574573626709 -122.475521050754 (37.7574573626709, -122.475521050754) 1 8 4 56 12
112793 218986 DPW Maintained 1 Fraxinus velutina :: Modesto Ash 541 1628 18th Ave 2 Sidewalk: Curb side : Pot Tree Private 2     3 Width 5ft   5990607.41489 2104273.45371 37.757393083633 -122.475515630561 (37.757393083633, -122.475515630561) 1 8 4 56 12
193004 225890 DPW Maintained 1 Fraxinus velutina :: Modesto Ash 541 39 Fair Oaks St 1 Sidewalk: Curb side : Cutout Tree Private 2     4 Width 3ft   6005395.2934 2103444.34761 37.7559626984425 -122.424314260517 (37.7559626984425, -122.424314260517) 2 4 5 28859 19

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