Support non-simple characters.

This commit is contained in:
Anthony Tuininga 2021-04-23 16:12:12 -06:00
parent 2c6468d992
commit 89aea21176

View File

@ -49,7 +49,7 @@ end;
/
accept pw char prompt 'Enter password for &user: ' hide
alter user &user identified by &pw;
alter user &user identified by "&pw";
prompt
prompt Database user &user has been created.