SAP HANA UNLOCK USER SQL
To unlock a user in SAP HANA, you can use the following SQL statement:
ALTER USER <username> UNLOCK;
Replace <username> with the actual username of the user you want to unlock.
原文地址: https://www.cveoy.top/t/topic/iL4l 著作权归作者所有。请勿转载和采集!