Hi all,
In my table, a TEXT column is a unique column, by default it allows "denis"
and "DENIS" to be entered in same column.
I want the database to ignore CASE for considering uniqueness of the data.
for e.g. once "Denis" is entered, it should not allow to enter "denis",
"Denis", "DENIS" , "DeNiS" ...
Thanks
Denis