Query 002

SELECT spp  AS "Especie",
       utmx AS "X",
       utmy AS "Y"
FROM arvores
WHERE nome='Flamboyant'
ORDER BY utmx
LIMIT 10;