mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-12 22:45:02 -04:00
Added database/sql
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
whenever sqlerror exit failure rollback
|
||||
set verify off
|
||||
|
||||
accept old_script_name char prompt 'Enter the old script name: ';
|
||||
accept new_script_name char prompt 'Enter the new script name: ';
|
||||
|
||||
update scripts
|
||||
set script='&&new_script_name'
|
||||
where script='&&old_script_name';
|
||||
|
||||
UNDEFINE new_script_name
|
||||
UNDEFINE old_script_name
|
||||
set verify on
|
||||
Reference in New Issue
Block a user