I have 5 columns in sql table and I need all the 5 columns as out put but with distinct operation on three columns
Need to return all the columns with distinct operation
You can use a groupby for the three columns you want 'distinct'.