Like keyword
Hi,
is there any other way to do the below query
select key,value from dual where key like('A%','B%[%]')
i mean to say like as we cannot use two or more strings for a like function how can we write a select statement to search in two strings using wild card characters.
Thanks in Advance
Raj
|