Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Position of a specific word
Message
 
 
To
04/03/2003 11:16:11
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00760945
Message ID:
00760959
Views:
29
You can use CHARINDEX() or PATINDEX() functions as a starting point. See BOL for details.

>Hi All,
>
>I want to search a specific value and find out the number before – in a varchar column
>
>The values are :
>ProjectNo	          Notes
>12		1-Ashish,4-Jain,1-Keith
>44		4-ABC,6-Ashish,8-CCC,6-SSS
>45		5-AAA,8-SSS,8-Keith,11-Ashish
>I want to return the values
>1
>6
>11
>for different project number when I search for string “Ashish” in Notes column.
>
>Thanks
>…ashish
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform