Cast(value as type); Convert(value ,type);
可转换的type:
二进制,同带binary前缀的效果 : BINARY
字符型,可带参数 : CHAR()
日期 : DATE
时间: TIME
日期时间型 : DATETIME
浮点数 : DECIMAL
整数 : SIGNED
无符号整数 : UNSIGNED
例
convert(AVG(rank),DECIMAL(3,2))//强制小数