Hi guys!
Do you have any ideas as to how I could search for an acronym, for example 'ONO', with result that excludes other noise results like in id's 1, 2 and 3?
id wordtestcolumn
--- -----------------
1 the economy sucks
2 bono is great
3 sonograph is great
4 our ONO is number one in taste and service
Can this be done? Is this done in the .net script, SQL statement or in the database level(TSQL)? I am working on SQL server. Using wildcard like ...LIKE '%ONO%' seems to be not doing the trick.
Thanks for any inputs.
Do you have any ideas as to how I could search for an acronym, for example 'ONO', with result that excludes other noise results like in id's 1, 2 and 3?
id wordtestcolumn
--- -----------------
1 the economy sucks
2 bono is great
3 sonograph is great
4 our ONO is number one in taste and service
Can this be done? Is this done in the .net script, SQL statement or in the database level(TSQL)? I am working on SQL server. Using wildcard like ...LIKE '%ONO%' seems to be not doing the trick.
Thanks for any inputs.