我想运行
DELETE t1 FROM caiji t1
INNER JOIN caiji t2
WHERE t1.title = t2.title AND t1.id > t2.id;
但是貌似不支持