ORDER BY
Comments.LoanID ASC,
Comments.DateandTime ASC
Server: Msg 1033, Level 15, State 1, Procedure R_reminders_ifs, Line 17
The ORDER BY clause is invalid in views, inline functions, derived tables, and subqueries, unless TOP is also specified.
What is wrong with this Query?
Comments.LoanID ASC,
Comments.DateandTime ASC
Server: Msg 1033, Level 15, State 1, Procedure R_reminders_ifs, Line 17
The ORDER BY clause is invalid in views, inline functions, derived tables, and subqueries, unless TOP is also specified.
What is wrong with this Query?