I have a stored procedure that is used in a Crystal Report. When I run the query I get "'Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression." The code is:
UPDATE #tbl_company
SET...