I want to query for the exact match of a string from a database table.
When I write the query as
select description from tproduct where description
For SQL Server: Description SELECT description FROM tproduct WHERE description ='diamond' COLLATE SQL_Latin1_General_CP1_CS_AS