I'm trying to run a query to update the user password using.
alter user dell-sys with password 'Pass@133';
But because of -
it's giving me error like,
ERROR: syntax error at or near "-"
LINE 1: alter user dell-sys with password 'Pass@133';
^
Can Anyone shade a light on it?