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 |
|
duhaas
Constraint Violating Yak Guru
310 Posts |
Posted - 2010-01-04 : 09:13:25
|
| I have a field called LongName(varchar(256)), and LongName returns output like this:LongName55%_65%_EquityI want to be able to select this field basically into two:high,low55,65basically stripping out the numbers and creating two fields one call high and one called low |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2010-01-04 : 09:20:26
|
make use of this fnParseString KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|
|