How to find a string based on input characters in sql?
For example:
Table1 column name: desc
data warehousing
sql serverl
c#.Net
asp.net
My input:
@FindString='dho'should return'data warehousing'My input:
@FindString='sv'should return'sql serverl'My input:
@FindString='aep'should return'asp.net'
How to do that?
aep-->asp.net?!!?!?!? You gotta explain that!