Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.

select * from dbo.books where isbn IN (select isbn from dbo.lending where (act between @fdate and @tdate) and (stat ='close'))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Subquery #returned #This #permitted #subquery #subquery
ADD COMMENT
Topic
Name
6+7 =