download list of asteroids in this group in Zet act format.select astorb_disc2.nr, asteroids_namesrc5.name, SUBSTRING(COALESCE(asteroids_namesrc5.src3, asteroids_namesrc5.src0),1,100) as `NameFource` FROM astorb_disc2, asteroids_namesrc5, astermap, astercat WHERE astermap.id <> 'sittt' and astercat.eng = 'TNO'
and astercat.id = astermap.id and astermap.nr = astorb_disc2.nr and astermap.nr = asteroids_namesrc5.nr order by nr