SQL using CONTAINS
Is there a way to set CONTAINS to match only the begining of the column?
Example -
String to match - bro%
query is returning "brown bear"
and also returning "bear brown".
Is there a way to return only begining of the string ONLY?
Thanks in advance,
Sanjeev