Hello friends,
My queries have some left outer joins where it is critical for me that the referenced tables (imported from csv files) have unique values.
I don't want to do "Remove Duplicates", instead I would like to add a validation that returns some sort of error message when there are multiple values.
How can I achieve it?
Thanks,
Michael