
Signature
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
> > bespridan...@gmail.com wrote:
> >> You just cannot change statement termination char by something like
[quoted text clipped - 6 lines]
>
> http://publib.boulder.ibm.com/infocenter/db2luw/v9/topic/com.ibm.db2....
Thank you for help!
And it works in DB2 CLP also as in Command Editor!
Example:
Next commands can be executed in DB2 CLP also as in Command Editor:
--#SET TERMINATOR ;
select count(*) from user;
select count(*) from user;
--#SET TERMINATOR %
select count(*) from user%
select count(*) from user%
--#SET TERMINATOR ;
select count(*) from user;
select count(*) from user;
> --
> Serge Rielau
> DB2 Solutions Development
> IBM Toronto Lab
Serge Rielau - 28 Feb 2008 13:15 GMT
>>> bespridan...@gmail.com wrote:
>>>> You just cannot change statement termination char by something like
[quoted text clipped - 5 lines]
>> http://publib.boulder.ibm.com/infocenter/db2luw/v9/topic/com.ibm.db2....
> And it works in DB2 CLP also as in Command Editor!
I admit I wasn't sure about the command editor ;-)

Signature
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab