in reply to Exact Match
select * from description_table where description like '%Robert Jr.%' [download]
select * from description_table where description = 'Robert Jr.' [download]