Reputation: 141
I can only get results from running SQL queries in the worksheet view. I want to view it as text. I know this was possible in past releases.
Upvotes: 14
Views: 7023
Reputation: 8172
Here's a workaround
To get a text copy of the Worksheet View including Headers.
Click on any cell in the worksheet view.
Press CTRL-A then CTRL-SHIFT-C
The contents of the worksheet view are now presents as text and can be pasted elsewhere.
Upvotes: 10
Reputation: 15090
I think you want the "Run Script" (F5) command rather than the "Run Statement" (Ctrl-Enter) command.
Upvotes: 14