select d.id from donation d where d.id!=0 and recipient like "%浣曟晱濠%"
SELECT * FROM donation d where d.id!=0 and recipient like "%浣曟晱濠%" ORDER BY d.recordeddate DESC limit 0, 20
select sum(d.money) from donation d where d.id!=0 and recipient like "%浣曟晱濠%" ORDER BY d.recordeddate DESC