@@ -14,7 +14,7 @@ TDengine includes a built-in database named `INFORMATION_SCHEMA` to provide acce
:::info
- SHOW statements are still supported for the convenience of existing users.
- Some columns in the system table may be keywords, and you need to use the escape character '\`' when querying, for example, the query database test has several VGROUPs:
- Some columns in the system table may be keywords, and you need to use the escape character '\`' when querying, for example, to query the VGROUPS in the database `test`:
```sql
select`vgroups`fromins_databaseswherename='test';
```
...
...
@@ -111,9 +111,9 @@ Provides information about user-created databases. Similar to SHOW DATABASES.
| 25 | wal_retention_size | INT | Maximum WAL size |
| 26 | wal_roll_period | INT | WAL rotation period |