Hi, I have got 4 columns with data in and I want select all the distinct data from each column and display it in a table. How do I go about doing this.
Heres an exmaple of what my Columns in my table are like:-
Column1 Column2
0 this is empty
this is empty 1
0 0
0 this is empty
Output should be something like this:-
0
1
0
0
Thanks for your help in advance.
Heres an exmaple of what my Columns in my table are like:-
Column1 Column2
0 this is empty
this is empty 1
0 0
0 this is empty
Output should be something like this:-
0
1
0
0
Thanks for your help in advance.