I need to improve the performance of a large MySQL view. Most of it is pretty straightforward and unlikely to be causing much performance trouble, but there is a long section filled with dozens of subqueries which are asking the same question with one value incrementing. I figure there must be a better way to do this, but I am no SQL guru. Any help is greatly appreciated!I need to improve the performance of a large My