We can specify comments for databases when we were creating them, with query CREATE DATABASE ... COMMENT. However I failed to find a way to modify comments, the statement ALTER DATABASE MODIFY COMMENT does not work at all.
Is there any way to modify database's comments?