Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do I make sure columns in a table do not have duplicates without using aggregate functions 'sum', count', 'average'?
Thanks for your suggestions
You can do this in different ways, depending on your needs. Please examine the different outputs in the two screenshots below.
Where not exists(Field)
Where not exists(Row)