输入banner图图片脚本导航/分类

mysql-mySQL单表删除低于平均分以下的所有数据

mysql

delete from t_table where num < ( select avg(num) from
t_table)
执行报错。哪里错了吗?还是有其他方法?