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 |
|
Zath
Constraint Violating Yak Guru
298 Posts |
Posted - 2007-09-11 : 11:42:34
|
| I have an update clause:Update myTableSet fld1 = @param1, fld2 = @param2Now, I remember some time back but can't find, that if the field is null, update it.So, if fld2 IsNull, update it with param2, otherwise, skip it.Thanks,Zath |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|
|