How do I change my password in SAP HANA via SQL.
(or other users if I am an Administrator)
I did view the HANA Dokumentation : ALTER USER Statement
So I tried ALTER USER <user_name> PASSWORD '<new_password>'
with no success.
Use double quotes : ALTER USER <user_name> PASSWORD "<new_password>"
(Unfortunately this is not mentioned in the provided Link).