SyntaxFix
Write A Post
Hire A Developer
Questions
I find this useful for queries, especially if they use aggregates or several tables (SQL Server)
DECLARE @query nvarchar(max) = 'select * from yourtable'; EXEC sp_describe_first_result_set @query, null, 0;