Hello guys,
I have one table with following records
Id1 Id2
123 456
456 123
444 555
555 444
666 888
888 666
My aim is to get result probably by using query which will contain combination of both Uniques only once doesnt matter if its 123456 or 456123...something like this:
Id1 Id2
123 456
444 555
666 888
Any ideas how to do it ?
Thanks
I have one table with following records
Id1 Id2
123 456
456 123
444 555
555 444
666 888
888 666
My aim is to get result probably by using query which will contain combination of both Uniques only once doesnt matter if its 123456 or 456123...something like this:
Id1 Id2
123 456
444 555
666 888
Any ideas how to do it ?
Thanks
Last edited: