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 |
|
werhardt
Constraint Violating Yak Guru
270 Posts |
Posted - 2007-10-17 : 11:39:54
|
| I am having problems with a statment that I am writing.The prop_uac is a alpha field and prop_disc is a numeric field. What I was trying to do is when the alpha field is not populated automatically pull from the numeric field. Then I wanted to put all of the results into one column. Can this be done? below is my statement. I hope you can help me.Prop_uac =CASE WHEN prop_uac = '' THEN prop_discelse prop_uacEnd |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
werhardt
Constraint Violating Yak Guru
270 Posts |
Posted - 2007-10-17 : 13:20:35
|
Thank you Brett! You were a great help. |
 |
|
|
|
|
|