This is a SQLyog question, not a MONyog question. Please post in the correct category.
SQLyog supports executing the query by placing the cursor anywhere(even after semicolon) in the editor if you have only one query, otherwise you need to keep the cursor inside the query which you want to execute!
Even if you have many queries, if I am at the end of the line, right after semicolon, should execute that line.
Sometimes we copy from our software the SQL into SQLyog and we always need to click inside the SQL to execute. Is just time consuming cause we sometimes forgot …