Hi gang...
If I have code like
SELECT
WHEN code ='A' | CODE = 'B' | CODE = 'C' THEN
more code here
OTHERWISE
more code here
END
does the line code ='A' | CODE = 'B' | CODE = 'C'
read the same as code ='A' or CODE = 'B' or CODE = 'C'
Is there another way to code this ... I was thinking of...
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.