hey i am having three columns "fname", "mname", "lname" in one table...
i want to take each column's DISTINCT value without relating fields in one query..
i mean distinct of "fname" in first column, distinct of "mname" in second column and distinct of "lname" in third column
can anyone help me to write that query...