Yes, although consider using INSERT ... SELECT. I haven't found a case where this is actually useful because it implies storing duplicate data (which is to be avoided). Ideally you store a text once and you reference it from that one location all the time. That includes the player's name.