I need to append text to the end of my sql query results.
For instance, my query returns a list of user names in
firstname.lastn ame. I need to add @yahoo.com to each record. So the
end result should be firstname.lastn ame@yahoo.com. What should by
select statement look like?
Any help?
For instance, my query returns a list of user names in
firstname.lastn ame. I need to add @yahoo.com to each record. So the
end result should be firstname.lastn ame@yahoo.com. What should by
select statement look like?
Any help?
Comment