Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
gxs8938
Starting Member
23 Posts |
Posted - 2010-04-27 : 01:20:07
|
| Hello All,what is the pattern in sql for matching somthing like belowIf the search string is “some one” would match and of this set [‘some’, ‘one’, ‘some one’]so basically if i search for "some one" query should return subjects named1.'some'2. 'one'3. 'some one'Regards,Guru |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|