Skip to Content
0
Former Member
Sep 25, 2008 at 06:46 AM

How to write the where clause

25 Views

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?