赞
踩
一、MySQL:
1、整形 int
2、浮点数 float、double
3、二进制 bit
4、字符串 varchar、char
二、HiveSQL:
2、浮点型 float、double
3、字符串 string
4、array 数组 (列表)
5、map 映射 (字典)