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 |
|
sangeeta
Starting Member
16 Posts |
Posted - 2007-02-09 : 12:47:59
|
| Hi,Is there a way to search for numeric values in the field.For eample my table is create table test (sector varchar(20))insert into test values ('Hybrid 3/1')values ('ARM')values ('20yr')is it possible to display3/1NULL20for the above? Thanks. |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
sangeeta
Starting Member
16 Posts |
Posted - 2007-02-09 : 15:07:37
|
| Thanks.. I am not good at functions yet and was wondering if we could somehow do it without a function (like in select statements) |
 |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
|
|
|
|