HI guys
I'm new for db2. Could you tell me how to print out message in db2 store procedure developed by sql. Just something like java system.out.println.
Another issue is I used command center today. But I can't edit the script in multiple lines. Just like
select *
from table1
when I run it , I got an error. I'm wondering if I need do things like that
select * \
from table1
Thank you in advance.