1.column set('hot','crazy','smart') //column字段(set属性)三个值
2.select * from table where FIND_IN_SET('hot','column')//查询包含有hot值的数据
1.column set('hot','crazy','smart') //column字段(set属性)三个值
2.select * from table where FIND_IN_SET('hot','column')//查询包含有hot值的数据