I need all the 5 digit number combination using the character 0-9, but there cannot not be any duplicate numbers.

For example, 01198, 02297, these couldn't be used as they have duplicate numbers.

Once the numbers with duplicate numerals have been removed, I need to come up with a formula that will remove every additional number that contains the same 5 numerals. For example, if I already have 01234, I need to remove (or somehow identify) every other combination of those four numbers....12340, 24301, 30124, etc