Hi, I have a problem, I am not really sure how to get an Or working inside a
case, the compiler doesn't complain about any syntax problems, but the code
just doesn't works:
SELECT CASE something.text
CASE "hola" or "hello"
do something1
CASE "adios" or "bye"
do something2
END SELECT
--
Thanks in Advance