SELECT * FROM t_table WHERE t_name IN (SELECT t_name FROM t_table GROUP BY t_name HAVING COUNT(t_name) > 1) ORDER BY t_name