I have a table such as:
John email1 email2 email3 ...and so on
I need to transform the dataset to this format:
John email1
John email2
John email3
it could be exported out to Excel and the imported back in if that would be easier. Thanks…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What do you mean fix? You could just do something like this:
The above was written before I saw the formating … this I believe is what you want — only tested on mssqlserver