Require your help on this. Following values are stored in the column "description_column" in one of the tables called description_table. The values are
.
But the query returns both the values
"My name is Robert Jr." and "Robert is my name.", though we only want "My name is Robert Jr." to be returned.
Is it possible in PERL to look for the exact match after the query returns both the rows, so only "Robert Jr." is matched and "Robert" is not selected.