SHOW-DATA-TYPES
Name
SHOW DATA TYPES
Description
This statement is used to view all supported data types.
grammar:
```sql
SHOW DATA TYPES;
### Example
Display all supported data types
SHOW DATA TYPES; ```
Keywords
SHOW,DATA,TYPES
本文档使用 BookStack 构建