Posts
Sort by recent activity
OVER (ORDER BY) breaks suggestions and code formatting
The following T-SQL breaks suggestions and formatting in SQL Prompt. There are no suggestions for #temp and val is not qualified when formatting.CREATE TABLE #temp
(
val int NOT NULL
);
SELECT...