jjlbmcnews
IS-IT--Management
I get the following error when my trigger executes on an insert - SUBQUERY RETURNED MORE THAN 1 VALUE. THIS IS NOT PERMITTED WHEN THE SUBQUERY FOLLOWS =, !=, <, <= , >, >= OR WHEN THE SUBQUERY IS USED AS AN EXPRESSION
My application uploads data to the database and then the trigger fires of when the data is inserted, which all works fine, only problem is if I upload multiple rows under one transaction I get the above error, is there away to get around this?
My application uploads data to the database and then the trigger fires of when the data is inserted, which all works fine, only problem is if I upload multiple rows under one transaction I get the above error, is there away to get around this?