I need your help, I'm a little bit in trouble.
I have a "structured" info that has to be unique taken all field together, but can be not unique individually.
For example:
Columns: Two_Letters | Firts_Digit | Second_Digit | Third_Digit | Four_Letters
I want that the entry AA|2|3|4|BBBB
is unique, but I can insert AA|2|3|4|CCCC
.
Obviously letters can vary from A to Z and digit from 0 to 9.
Suggestion?