Hi,
you make me in confusion :) , i think such scenario may not happen,
case 1 : if column A is identical.
in this case distinct of B and C is not possible.
case 2: if column A is not identical.
in this case if column A,B & C are different then distinct is not possible and if all A,B,C are same then it will become normal distinct like
select distinct A,B,C from table1
please provide some scenario so we can think more about it.
hope this will help you,
thanks
-amit.