The RENAME command changes the name of a file.
Scope |
 |
ISQL only.
ISQL Syntax |
 |
REN[AME] OldFileName NewFileName
Parameters |
 |
- OldFileName
identifies the file to be
renamed. Name qualification follows HP-UX conventions:
Unless you specify an absolute path name, ISQL assumes that any path name
you specify is relative to your current working directory.
- NewFileName
is the new name. File name qualification follows the conventions
given for OldFileName.
Description |
 |
In prompting mode, ISQL prompts you for the old and
new command file names:
isql=> RENAME;
Existing file name> OldFileName;
New name> NewFileName;
isql=>
|
Example |
 |
isql=> RENAME Daily Stats;
isql=>
|