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
select description from tproduct where description like 'diamond'