Hello!
Is it possible, by using a stored procedure, to fetch a column value from resultset into a local variable, manipulate it there and then write it back to resultset column? The column datatype is integer.
How would the syntax to write the value back look like?
Thanks in Advance... :-)