I want to connect to a db from the command line that has a ')' in it's password for example:
db2 connect to test_db user test using bt)%r
I am getting an error saying something like unexpected ')'
but ')' is part of the bt)%r password.
How can I delimit this character to so the command is processed?
db2 connect to test_db user test using bt)%r
I am getting an error saying something like unexpected ')'
but ')' is part of the bt)%r password.
How can I delimit this character to so the command is processed?