How can we help you today? How can we help you today?
Ted Williamson
SQL Window functions cause error when formatting code
for example: SELECT @LibraryID , c.CategoryNameLTID , ROW_NUMBER() OVER (ORDER BY ID) AS Row , @UserID , @DateTime FROM BestPracticeLibrary.Categories AS c; perfectly valid SQL, but SQL Prompt ...
2 followers 2 comments 0 votes