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 |
|
anup_phansa
Starting Member
6 Posts |
Posted - 2009-09-07 : 09:52:14
|
| I want to create a search on Address field of xyzTable If my searching string is “A B C D” XyzTable ID 1, A B C D 2, A B3, A B C4, 1 A6, 2 C7, FF8, KKSearch Result Out put Record 1, A B C D 2, A B3, A B C4, 1 A6, 2 CI want to develop key word search like google RegardsAnup |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2009-09-07 : 09:59:33
|
| split the search string and compare with table columnMadhivananFailing to plan is Planning to fail |
 |
|
|
anup_phansa
Starting Member
6 Posts |
Posted - 2009-09-07 : 10:02:24
|
| Hi thanks for your replyI want to display result which match max word like googleRegardsanup |
 |
|
|
|
|
|