Hi, I am new to Toad Extension for Eclipse so I am not sure if this is normal behavior or a bug in the extension / eclipse? If I have 2 queries like the following (With no BLANK LINE between them): SELECT * FROM table1; SELECT COUNT(*) FROM table2; If I highlight the second query and try to execute it nothing happens. If I add a blank line between the 2 like so: SELECT * FROM table1; SELECT COUNT(*) FROM table2; Then the second executes as expected. This behavior really through me a loop for a while. I though that certain queries simply didn't work for some reason.... Thanks, Patrick
↧