MySQL有哪些数据类型?

答案解析

常见有:数值型(int、float、double、decimal)、字符串型(char、varchar、text)、日期时间型(date、datetime、timestamp)、枚举型等。