Quote:
DELETE FROM credits_transaction t WHERE userid = 37774 AND timestamp >= 1006534800 AND timestamp <= 1406537400;
|
You might want to make it working on the the more recent mySQL versions. I found the answer on google (regarding what the error is causing it) when I attempt to prune the credits, but no solution as it was done for someone else.
Answer:
http://www.dragonbyte-tech.com/f65/r...19/index2.html
Quote:
Okay, I took care of it - you're running MySQL 5.5 which changed syntax that has been valid for donkey's years, which was causing the issue.
Thanks
|
Nice and all, but doesn't show the "Exact" solution.