I have a table that has default values in a few columns. When I run a stored procedure to select the data for display I want to replace the default values with display friendly values.
How can I replace the default values before returning from the stored procedure?