Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not possible to fire multiple queries in one window #4

Closed
dreaganluna opened this issue Apr 10, 2015 · 1 comment
Closed

not possible to fire multiple queries in one window #4

dreaganluna opened this issue Apr 10, 2015 · 1 comment
Labels

Comments

@dreaganluna
Copy link

I was happy to see that if I had a part of a window selected that only that part was being executed.
I was less happy to see that when I had more than one statement (an update statement and a select statement) in one window, only the first one would be executed. The result window would say there was no result set, even though certain the select statement should return a result set.

@tosher
Copy link
Owner

tosher commented May 1, 2015

You can query more than one statement with separator --go

select * from table1
--go
select * from table2

@tosher tosher closed this as completed May 7, 2015
@tosher tosher added the question label May 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants