No you cannot.
This is a special Access feature and not a standard SQL feature.
In Access you can actually just use a non-existent column name and it is treated like a parameter that can be substituted.
SQLyog is a SQL-based database client. We can only support what is supported by the server!
Of course such parsing functionalities could be implemented in the tokenizer/editor (just as 'DELIMITER' is). I shall not exlude that we will some day, but it is not priority! With MySQL most people would use a FORMS feature of (D)HTML or a scirpting language for this.