Can anyone give me a hint to catch duplicates in a query where 1 column are different, example
1 record is empty and 1 is "Striped" and my result should be 1 record with this text "For triped and Non striped" and therefore only give me 1 record
There are multiple combinations so the solution is not to just add that as a criteria, but rather a table with the translations I have considered so far with a unique number for them, but cant get empty to be considered as 1. Thx in advance