Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I am getting this message(Argument '2' invalid) and not able to solve it. I am
using OS/390 DB2 V7. The function does not allow me to specify a column name for the second argument. But DB2 V7 manual clearly states that A column name is supported for either or both arguments. Following is my test SQL
SELECT *
FROM CABCDEF.MYTABLE
WHERE POSSTR('RRCITIBANKRR',CO_NAME) <> 0
Thanks for your help.
I am getting this message(Argument '2' invalid) and not able to solve it. I am
using OS/390 DB2 V7. The function does not allow me to specify a column name for the second argument. But DB2 V7 manual clearly states that A column name is supported for either or both arguments. Following is my test SQL
SELECT *
FROM CABCDEF.MYTABLE
WHERE POSSTR('RRCITIBANKRR',CO_NAME) <> 0
Thanks for your help.