microsoft / vscode-mssql

Visual Studio Code SQL Server extension.
Other
1.55k stars 459 forks source link

Query results to text #1030

Open mithun-daa opened 7 years ago

mithun-daa commented 7 years ago

This is more of a question and not a real issue. Is there any way to view the query results as text? Something akin to what can be achieved in SSMS using Ctrl+T? I did try searching the issues but did not come across anything.

urb5tar commented 6 years ago

That's the only thing that prevents me from using VSCode as my main tool for SQL

dbrocha commented 4 years ago

Any updates on this enhancement?

avicenna-developer commented 3 years ago

This feature would be very useful for "FOR JSON..." queries.

Benjin commented 1 week ago

We have the ability to copy your results from the query results table as text, where it becomes a tab-separated list. Does that meet your goal, or do you still prefer the results to be displayed directly as text?

Image Image

urb5tar commented 1 week ago

I have a query that outputs another query as a result, which I execute in a new window. This is impractical as a table.