SQL results operation question
Posted
by wali
on Stack Overflow
See other posts from Stack Overflow
or by wali
Published on 2010-06-14T23:58:33Z
Indexed on
2010/06/15
0:02 UTC
Read the original article
Hit count: 218
sql
|sql-server
I know I missasked the question, and that's probably the reason I can't find the solution myself:
How do I take a result in a stored procedure and and change the data such as if column1 = AAA then column1=Hello else if column1 = BBB then column1 = goodbye
and have the data return with the new values?
Thanks
© Stack Overflow or respective owner