if you remove the "Number" column from your group by query, you'll get the first two columns of your deisred result.
however, building the third column, with the concatenated numbers is a different issue.
I'm not really even sure if you could do that from within queries.
May need to write some code to build that end result.