Hope someone can help
I have a table and on it i have an update trigger, when i update a single row all works well.
If i issue a query such as update table set name = 'Daren' i get the error - Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
Does anyone know a way round this issue?
I have a table and on it i have an update trigger, when i update a single row all works well.
If i issue a query such as update table set name = 'Daren' i get the error - Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
Does anyone know a way round this issue?