Hello,
The problem is that I want to select distinct values from multiple columns of one table and want to select one column.
Say column1 has values: "first","second ","third"
and column2 has values: "second","fifth ","first"
I want to select unique from the above mentioned two columns so that result is like this:-
colname: "first","second ","third","fift h"
Please suggest. Thanks in advance
The problem is that I want to select distinct values from multiple columns of one table and want to select one column.
Say column1 has values: "first","second ","third"
and column2 has values: "second","fifth ","first"
I want to select unique from the above mentioned two columns so that result is like this:-
colname: "first","second ","third","fift h"
Please suggest. Thanks in advance
Comment