| Quote: |
| The interesting thing is that I select NOTHING or select the entire buffer then it only executes only 3 SQL statement and not the third one. But if I start select parts of it it works better. |
| Code: |
|
--this is a comment Insert into SomeTable values(1); Insert into SomeTable values(2); Insert into SomeTable values(3); |