Hi ,
i needed to write a select query in which the search criteria is
a part of a string .
eg.
select * from DBTABLE where DESCRIPTION = 'abc'.
here abc is a part of any string.
Is the way of writing the select query correct,
If not what is the correct way?