0
Why do I only get the last Query?
SELECT Username FROM usuarios; SELECT Password FROM usuarios;
1 Answer
+ 1
In some sql like pgadmin/postgres only the last query will show the result. I see this problem too when there needed semicolons (;) at the end of query.
Try sqlserver if you want all of your select statement running and give the results on result tabs.