I want to exclude combination of column values from the sql results.
sample table
The value of column1+column2+column3+column4 will be same as column3+column4+column1+column2 in any of the rows. I just want only one row value. Can someone help with the sql query.
I tried with where condition column1+column2+column3+column4 != column3+column4+column1+column2, it didn’t work.
New contributor
user2799022 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.