Thank you! I tried that, but it's giving me a slight error. When I try to run the query, it gives a syntax error. I looked it up, and it's saying that there are two more open brackets than there are close brackets. That's correct, but it kind of has to be that way with the way my version of Xenforo does their quoting. The quoting appears something like this:
QUOTE="Andy, post: 1234"]
QUOTE="John, post: 4321"]
(Note that I had to remove the first brackets above, otherwise it put the rest of my post inside quotes.)
I know phpmyadmin would like to have the close brackets there, but since every post has a different post number I don't see how that could work. It is possible to use an ellipses or something similar to instruct the system to ignore a certain part of what it's changing, or would that not work in phpmyadmin?