Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. robbiedoo

    A RETURN statement with a return value cannot be used in this context

    Yea, I guess it got lost when I posted my code... There IS a close parenthesis there, well in my query there is...
  2. robbiedoo

    A RETURN statement with a return value cannot be used in this context

    A RETURN statement with a return value cannot be used in this context I get that error, When I try this: Declare @OrderNumber int, @Error_Count int, @today datetime Select @today = getdate() Select @OrderNumber = (Select MAX(OrderNumber) from Orders) Select @OrderNumber = (Sum(@OrderNumber +...

Part and Inventory Search

Back
Top