I have been working on writing a query all morning, and am into the debug phase. When I try to run the query, the sql server returns: "Operand should contain 1 column(s)". I have looked around, trying to find the flaw in the query and also trying to narrow down where the error might be. I haven't found anything yet, which in my experience means that either it's a rare and unusual problem, or it's a problem with a painfully simple and obvious solution.
The query is meant to use join statements to return information from nine tables in a relational database. If you have suggestions for where in the query to look for the problem, it would be appreciated
The query is meant to use join statements to return information from nine tables in a relational database. If you have suggestions for where in the query to look for the problem, it would be appreciated