When you write multiple statements within the query window, such as:
select from customer select from orders select * from products
you get multiple sub-panes in the results pane, which is great. but for the above, they would all say "customer NxN", rather than the first saying "customer", "orders", "products".