Help Center> Data Admin Service> FAQs> Usage> How Do I Modify the Collation?
Updated on 2023-12-07 GMT+08:00

How Do I Modify the Collation?

DAS does not support the SQL Server modification on the GUI. You can run commands to implement the modification.

Go to the SQL Window page of the database and run the following commands:

In this example, the character set of the test database is set to simplified Chinese.

use root
go
ALTER DATABASE test COLLATE Chinese_PRC_CS_AS

Usage FAQs

more