DB2 Server for VSE & VM: Interactive SQL Guide and Reference

RENAME



>>-RENAME--old_stored_statement_name---------------------------><
 
>>-new_stored_statement_name-----------------------------------><
 

RENAME is an ISQL command that changes the name of a stored SQL statement.

old_stored_statement_name
is the current name of the stored SQL statement. The name PREVIOUS should not be used.

new_stored_statement_name
is the new name for the stored SQL statement. It can be up to 8 characters. Do not use the name PREVIOUS.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]