Hi all
I have a table like this:
cn_name, fcst1, fdate1, fcst2, fdate2, ... fcst12, fdate12
I would like to know how to write hte query to return a result like this:
cn_name, fcst1, fdate1
cn_name, fcst2, fdate2
...
cn_name, fcst12, fdate12
At first it looks like i can use UNION ALL, but if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.