It is tricky though because what if you wrote this: select 1;|select 2; The | character is to indicate the cursor and not an actual character. In this case if you do execute statement you probably want to execute statement 2, and not statement 1...
↧