calvinsinger
Programmer
Hi,
Do you know if one do an update of table based on out from a stored proc ?
For example we typically do :
Update some_table set some_col = 'some_value'
But Instead what I want to do is:
Update some_table set some_col=exec some_proc @arg1, @arg2
I have been unable to get this to work. Will appreciate any help
Thank you
Do you know if one do an update of table based on out from a stored proc ?
For example we typically do :
Update some_table set some_col = 'some_value'
But Instead what I want to do is:
Update some_table set some_col=exec some_proc @arg1, @arg2
I have been unable to get this to work. Will appreciate any help
Thank you