Update 1.database-operations.md (#429)

This commit is contained in:
richie 2021-10-27 10:26:31 +08:00 committed by GitHub
parent 9b9dc288d4
commit 10c3950b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
示例如下:
* 创建数据库 `test 2`,并指定字符集为 `UTF8`
* 创建数据库 `test2`,并指定字符集为 `UTF8`
```sql
obclient> CREATE DATABASE test2 DEFAULT CHARACTER SET UTF8;