mysql一些问题 删除表中的数据 大于某个时间的数据:DELETE FROM t_dc_win where update_time >’2020-11-01 ‘; 更新数据表的数据: 初始化:TRUNCATE TABLE 表名字