Case sensitive search
I need to identify rows with the presence of any upper case character in my varchar(20) column after first character that is in substring(<column name>, 2, len(<column name>)-1).
I've tried COLLATE SQL_Latin1_General_CP1_CS_AS but without much of the success.
Any clue?
Thanks,
Prabodh
__________________
Prabodh
|