Change AutoSelect Character

inanme

Member²
Hi all,

As far as know SQL Window AutoSelect Statement feature looks for ';' character. I wonder it is possible to change this character, for instance to "new line".

Thank you.
 
No, this is not possible. Surely you don't write all your SQL statements on one line?

Note however that you can always mark a statement if you want to execute a specific piece of SQL that is not separated by semi-colons and slashes.
 
Back
Top