Tuesday, February 14, 2012

How will you select a record from a table having a character 'R' in the second position of string value?

select
from <Table Name>
where <Column Name> =
'_R%';