Click here to Skip to main content
15,891,513 members
Articles / Programming Languages / SQL
Tip/Trick

Case sensitive string comparison in SQL

Rate me:
Please Sign up or sign in to vote.
1.00/5 (1 vote)
8 Mar 2010CPOL 7.8K   4  
select * from table where and column COLLATE SQL_Latin1_General_CP1_CS_AS = 'G%E3%97O%D7'
select * from table where and column COLLATE SQL_Latin1_General_CP1_CS_AS = 'G%E3%97O%D7'

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --