Search Results

1
vote

How can I optimise this MySQL query?

You could precompute the MID(game,14,1) and MID(game,1,14) and store the first ten digits of the game in a separate gameid column which is indexed. It …