Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Thursday, August 17, 2017

Function giving subquery returned more than 1 value, this is not permitted error

SQLServerCentral » Latest topics
Function giving subquery returned more than 1 value, this is not permitted error
I am getting this error:subquery returned more than 1 value, this is not permitted when the subquery follow........whenever I try to run this function.
[code language="sql"]
USE [DB1]GO SET ANSI_NULLS ONGOS

No comments: