Case insensitive unique constraint
Rajan SwDec 19 2012 — edited Dec 19 2012Hi Guys,
Is it possible to create an unique constraint which is case insensitive
I mean if there is a unique constraint on col name
then
Both 'James' and 'JAMES' should not be allowed
Regards,
Papi