This page tracks moves done by M. Armando for the last day, week, or month.
This data is updated hourly; the last update occurred 27 minutes ago.
Back to Move Watch.
SELECT mv_date,
mv_is_admin,
mv_from,
mv_to
FROM move_log
WHERE mv_user = 'M. Armando'
AND mv_date > DATE_SUB(SYSDATE(), INTERVAL 1 DAY)
ORDER BY mv_date DESC
LIMIT 51
There are no results in this query.