When executing the below query, i am getting error "SQL Error [42703]: [SQL0206] Column or global variable C1 not found." Can any one explain why i am getting this error.
SELECT DECODE(c1, 7, 'a', 6, 'b', 'c') FROM SYSIBM.SYSDUMMY1;
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.