TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jimmy Underwood
NA
118
82.8k
Convert the values of a column
Feb 29 2012 12:16 AM
Hi,
In SQL server 2008, I have two tables emp1 and emp2, both with columns Name, Lastname, Language. I have to import from table1 to table 2, only that in Table1 the value of Language is 'E', 'S', 'F' and when I import it to Table2 it has to be converted to 'English', 'Spanish, 'French'.
What is the SQL statement for that?
Thanks
Reply
Answers (
2
)
MS ACCESS database to SQL SERVER 2008
Temporary table and Derived table