How can we help you today? How can we help you today?
PerS
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...
2 followers 5 comments 0 votes