when issuing a simple concat command through db2 clp ,its not working giving error
however in interactive mode its working fine...
SQLLIB\BIN>db2 values('rahul'||'singh')
.... error SQL0104N
however with interactive mode
db2 => values('rahul'||'singh')
1
----------
rahulsingh
what can be the problem??
Thanks,
Rahul Singh