I have a small table, one row, three columns. I need it to be one column three rows.
Thanks,
Buzkie
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.
For such a small table, why not use a UNION?
For larger tables, you could use the approach described in MarkW’s post. The DB2 function COALESCE() gives the same functionality as ISNULL() in those SQL Server examples.